So As all we know image fields has option to resize image in list and full view.
But what to do if in List view I need to have small image, in full view original or big image and I also need to display same records in module where I have different size.
For example I display in list view images with size 380x190, on full view it is 860x420, and in module it is 1920x960.
Image size for module is taken from list view size so if I don't want to have low quality images in module I need to disable image resizing in list view and for list view resize it to its div container size via css, but in this case it will load original images on list view pages and this pages may weight more then 4mb when same page weights max 1.5mb when image sizes are same as they display.
What can be done in this case?
So As all we know image fields has option to resize image in list and full view.
But what to do if in List view I need to have small image, in full view original or big image and I also need to display same records in module where I have different size.
For example I display in list view images with size 380x190, on full view it is 860x420, and in module it is 1920x960.
Image size for module is taken from list view size so if I don't want to have low quality images in module I need to disable image resizing in list view and for list view resize it to its div container size via css, but in this case it will load original images on list view pages and this pages may weight more then 4mb when same page weights max 1.5mb when image sizes are same as they display.
What can be done in this case?