alessiomaffeis / vue-picture-input

Mobile-friendly picture file input component for Vue.js 2-3 with image preview, drag and drop, EXIF orientation, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can preview-container's width, height support many type of length unit?

opened this issue · comments

Can vue-picture-input support other length unit, it's just support pixels right now.
Eg:

<picture-input 
        ...
        width="100%">
</pictute-input>

Hi! Yes, it’s pixels, but they are just the maximum values for width and height, and the dimensions are going to be constrained by the size of the container element.