Design Template Utility - Get Actual Dimensions of Image

I see that the design template utility can insert the thumbnail dimension of a image, but is there any way to insert the actual dimensions of a image.

I’d like to essentially do the following inside of a loop where width and height are the original dimensions of the image from my Macintosh and not the default thumbnail sizes.

[[foreach image item.auctionImages imagesThumbLoop]]

[[image.index.width]]

[[image.index.height]]

[[endforeach imagesThumbLoop]]

Hi,

if you do not enter any dimensions for animage in HTML/CSS, the image shows in the original size.

Thanks,
Paul

Thanks for your reply. I was experimenting with some alternate template layouts and was more interested in using these values to control the width and heights of divisions in the html code.

Hi,

so then it depends what image server you use and what size you have selected in the preferences?!

Thanks,
Paul

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.