Can I resize media drag and dropped to the media folder ?
Hello there,
I've been asking to add a direct resize to file added to the media folder ( lots of picture are event picture so kinda heavy) is it possible? is there anything already existing for that?
Can I resize media drag and dropped to the media folder ?
Hello there,
I've been asking to add a direct resize to file added to the media folder ( lots of picture are event picture so kinda heavy) is it possible? is there anything already existing for that?
thanks
Hi Thibault,
When you say direct resize for files do you mean an image cropper?
In Umbraco, you can use an Image cropper, define the sizes in the data type 'Image cropper' then call the image cropper when outputting the image.
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/image-cropper
You could then match that with the image compressor which will minify your images in file size whilst preserving the quality
https://our.umbraco.org/projects/backoffice-extensions/tinifier/
That's how I get around large images in Umbraco. You could also add a max file upload size as well which will prevent large images.
Thanks, Lewis
What they want is that the media is resize ( the pixel and size bytes) when they are added to the media folder without any user manipulation.
I'll look at what you've linked, thanks :)
Thanks for Tinify works great ( a bit less user friendly with the increase of time to upload a picture but that's not that bad )
thank you !
(post can be considered as solved :) )
is working on a reply...