Resizing images - width only

4 posts by 2 authors in: Forums > CMS Builder
Last Post: March 31, 2011   (RSS)

By degreesnorth - March 29, 2011

I was wondering if there's a way to specify only the width of an image, although keeping it proportional? I've tried the resize option, which doesn't seem to work, as it also requires a height, and the thumbnail option indicates that I need to insert a height as well. I want the images to be a max. width of 590px, but don't care about the height. Then, I want to use this 590px size to then create the thumbnail of 200px x (the proportional new size). Is that possible, and if so how? This is only for some sections of the website, not all pages.

Thanks

Re: [degreesnorth] Resizing images - width only

By Toledoh - March 30, 2011

Can you identify the width in the editor as 200px, then the height as 10000 or other large number. Then in the HTML code the width as width="200" and not specify the height?
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Resizing images - width only

By degreesnorth - March 31, 2011

Unfortunately, that doesn't work as the CMS system wants a height. (it's forcing me to enter a height field and if I put in a larger number it's in-proportionately scaling the main image.

Any other ideas?