Create file original , original-big-thumb , original-thumb
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 of 5Mb convert to 30Kb , it takes 40 seconds
Create file original , original-big-thumb , original-thumb
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 of 5Mb convert to 30Kb , it takes 40 seconds
Thank
does anyone know?
if you need show files in different size, you can use builtin image copper field or just use imageprocessor to manipulate display image
is working on a reply...