jofftiquez / vue-croppie

Vue wrapper for croppie

Home Page:https://jofftiquez.github.io/vue-croppie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boundary should default to size of the container.

MatthewAry opened this issue · comments

vue-croppie's prop for boundary defaults to 400x400 px when it should default to the size of the container. See: https://foliotek.github.io/Croppie/#boundary

By having a default boundary size behaviors it breaks complex layouts such as those using flex.

@MatthewAry thanks for mentioning this. I'll be working on it.

Nothing new on this ?

@rdomingue sorry it's been quite some time. I will update my timeline on this. Been busy in a while now. :( Thank you for your patience.

commented

any updates?

Hi all, sorry for the delay, I've been very busy lately. Anyways, the fix is now available in 1.3.13. I removed the default value from the boundary props. You just gotta pass a height tho so the layout won't be a mess. You can see that the demo is now responsive.

Refer to :
L#15
L#76