Hi all,
Is it possible to calculate the width of a thumbnail using a set with size rather than the size of the either the height or width?
At the minute, it uses the value of whichever is greater. For my site, the width is important but not the height, so I always need it to be 100 pixels in width.
Thanks
Lee
You can set the max picture sizes in widthxheight format, like 100x99999 would make sure that the pictures are always 100px wide at max, but height can be 99999px..
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Yes, that would do it.
Thanks
Lee