Forum
Image Gallery - Resizing Thumbnails
Hi,
Is it possible to change the size of the Gallery thumbnails from 100px x 100px?
I can't seem to find the settings anywhere.
Many Thanks.
Hi,
Is it possible to change the size of the Gallery thumbnails from 100px x 100px?
I can't seem to find the settings anywhere.
Many Thanks.
I Think you need to do something like this <img src="<perch:content type="image" id="thumbnail" label="Thumbnail" width="100" height="100" crop="true"/>" alt="<perch:content type="text" id="alt" label=" Image Description" required="true" help="e.g. Photo of MD John Smith with his best wig on" title="true" />" />
The master template should be
image.html
-- the sizes are all in there.