Monday 23 July 2007 3:06:09 am
Hello Gregori, the images that are displayed in gallery full view are proportionally resized. When ezpublish displays images through attribute_view_gui, a needed parameter is the 'image_class' which defines the maximum width and height of the image for a view. As André comments, try changing in your image.ini the size for gallerythumbnail to something like:
[gallerythumbnail]
Reference=
Filters[]
Filters[]=geometry/scaledownonly=120;180
The size of the boxes of each image is fixed in a css style, so you should change that style to remove the extra space (if it's that what you want):
<div class="attribute-image" style="width: 120px; height: 200px;"> ...
Cheers
Microblau SL
http://www.microblau.net
|