You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be great. We use VuetifyImageInput component for client uploaded images. In particise your clients don't know what 900 x 300 px recommended image even means. Out of the box the VuetifyImageInput gives you all the tools to handle resizing, zoom etc.. and get you very close where you need to be! However in real life you are dealing with a dumb users who take photos on their mobile phones and try to use them on 3:1 aspect ratio. The example provided by @sergeymitrichev is a perfect of that. In my case we are targeting 900 x 300 px out of HD 2048x1152 logo. That is 2:1 to 3:1 conversion and that I believe where the problem lies. Cheers.
Need support for scaling the image when the width of the image is greater than the width of the parent container
perhaps the solution is here #6 ?
The text was updated successfully, but these errors were encountered: