I have a site which displays pcitures with a width of 1000px. Sometimes, the pictures used do not have a width of 1000px.
I don’t want to stretch any picture which is less than 1000px. For those over 1000px width, they should be resized down to 1000px. I am using the following codes on my templates:
{exp:imgsizer:size src="{image}" width="1000" height="400" alt="{title}" remote="on"}( for image sizer )
and
{image}
- how can i change the codes above to (1) not resize any image below 1000px width upwards and ( 2) resize images above 1000px width down to 1000px.
is there such a thing as max image width and height?