Hey people,
I know that I can upload images in the backoffice in Umbraco and I can crop them in different sizes in all variations.
But is there any chance to alter the compression in the backoffice (also open for code solutions). We want the file sizes to be a bit smaller.
Compression of pictures
Hey people, I know that I can upload images in the backoffice in Umbraco and I can crop them in different sizes in all variations. But is there any chance to alter the compression in the backoffice (also open for code solutions). We want the file sizes to be a bit smaller.
Is there any clever way to do this?
Thanks in advance for any answers
you could try using the format=webP in your views
I would also say that any media content editor should realy know that images should be compressed before being uploaded for better web performance :)
if you want you can use this package it automatically for all images https://marketplace.umbraco.com/package/dyfort.umbraco.autoimageoptimize
is working on a reply...