If can be fixed in the following way:
Hello,
1. Add specific CSS class to gallery container. For example use the next code:
Code: |
{headertemplate}
<div style="position:relative;" class="fixed_flickr_gallery">
{/headertemplate}
|
instead of:
Code: |
{headertemplate}
<div style="position:relative;">
{/headertemplate}
|
In "Template" parameter
2. Add the next CSS rule to site template CSS file:
Code: |
.fixed_flickr_gallery IMG
{
height: 166px;
}
|
Where "166px" is necessary fixed height of thumbnails.
Regards,
ARI Soft