vue-dropzone
vue-dropzone copied to clipboard
How to resize preloaded images to fit the thumbnail size
trafficstars
The problem is this line
Setting it to object-fit: cover; makes it the same as a user-dropped file
I'll move this to css so it's able to be overridden
Underway in #549
The problem is this line
Setting it to
object-fit: cover;makes it the same as a user-dropped fileI'll move this to css so it's able to be overridden
Hello, can you tell me,how to move it in css? and also i want that users will be able to upload any image with any size in dropzone but images resize perfectly in host, would you mind helping me?