dropify icon indicating copy to clipboard operation
dropify copied to clipboard

Bro i use your lib but i have problem with the width

Open ghost opened this issue 8 years ago • 1 comments

Bro, I use your lib but I have a problem with the width of the dropify container plz fix that. The dropify container is getting 120% of the parent width

I try this but not working

.dropify-wrapper{
  max-width: 95% !important;
  width: 95% !important;
}

And this not work

<div style="width:100%;">
       <input type="file" id="category_image_update" [(ngModel)]="category_image_update" name="category_image_update" class="dropify" 
        data-default-file="" data-height="280" data-width="" data-max-width="200px"
        data-allowed-file-extensions="jpg png jpeg gif bmp" data-max-file-size-preview="2M"/>
</div>

ghost avatar Nov 10 '17 11:11 ghost

having the same issue...

just work for height not for width

amirgee007 avatar Nov 16 '17 18:11 amirgee007