Forums / Setup & design / scale pictures in the ez gallary layout
Robby Palmer
Monday 29 March 2004 2:11:52 am
Hej
i have installed the ez publish whit the gallary layout. Do anyone know how i can configure the size of the pictures shown in the cms. I would like tho make them smaller
please drop a note if anyone knows
thanks
robby
John Mina
Monday 29 March 2004 5:15:36 am
hi Robby I didn't check the gallery layout before but For shoing different sizes of images, you will find code such as "{$node.data_map.thumbnail.content.small.url|ezroot"Or "{attribute_view_gui attribute=$news.item.data_map.thumbnail image_class=small}"
the class is where you define small or large or medium , same is the place up in the first code line where i wroite small
Hope that helps Take careJohn
Monday 29 March 2004 7:21:33 am
Thanks - is there any chance to define the size in pixel?