umbraco 7.2 when saving an image it creates 3 files, original 5184x3456, original-big-thumb 500x333, original-thumb 100x67.
umbraco 7.10 does not create the three files, only the original.
how can I make the three files?
I have a site in which I cover all the photos of an event and if one wants the original he can download it. transferring 50 photos from 5MByte is not possible. 50 photo for 20kbyte you need 2 seconds.
ImageProcessor
to generate 30 images 5Mb --> 30Kb , it takes 40 seconds
image
umbraco 7.2 when saving an image it creates 3 files, original 5184x3456, original-big-thumb 500x333, original-thumb 100x67.
umbraco 7.10 does not create the three files, only the original.
how can I make the three files?
I have a site in which I cover all the photos of an event and if one wants the original he can download it. transferring 50 photos from 5MByte is not possible. 50 photo for 20kbyte you need 2 seconds.
ImageProcessor
to generate 30 images 5Mb --> 30Kb , it takes 40 seconds
is working on a reply...