Hi,
I have seen that there are two packages that use thumbnails, http://www.composite.net/Add-on-Market/Packages/Composite.Media.ImageGallery.Slimbox2/UserManual and http://www.composite.net/Add-on-Market/Packages/Composite.Media.NivoSlider/UserManual.
These packages uses the original image and rescale it (by code) depending on the size. There is any solution that creates a copy of the original file and save it with an specific thumbnail specification?
Thanks
Comments: ** Comment from web user: mawtex **
I have seen that there are two packages that use thumbnails, http://www.composite.net/Add-on-Market/Packages/Composite.Media.ImageGallery.Slimbox2/UserManual and http://www.composite.net/Add-on-Market/Packages/Composite.Media.NivoSlider/UserManual.
These packages uses the original image and rescale it (by code) depending on the size. There is any solution that creates a copy of the original file and save it with an specific thumbnail specification?
Thanks
Comments: ** Comment from web user: mawtex **
Yes, you can scale and crop images server side by adding ?w=150&h=150&action=crop to the image URL.
See http://docs.composite.net/Getting-started/Configuration/Resizing-Images
Feel free to log bugs on packages you find download full-res images and scale then on the client.