Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Flickr thumbnail all with same height
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Flickr thumbnail all with same height
#11912
Flickr thumbnail all with same height 13 Years, 1 Month ago Karma: 0
Hello!
Thanks for replying my previous post "Thumbnails: fixed height and aligned to left".
But the code you provided:

{repeater}
{headertemplate}
<div style="position:relative;">
{/headertemplate}
{rowtemplate itemCount="999"}
{celltemplate}
<div style="float:left;padding:3px;margin:2px;border:1px solid gray;">{$data:fancyimage}</div>
{/celltemplate}
{/rowtemplate}
{footertemplate}
</div>
{/footertemplate}
{/repeater}


generated this result (view attachment)


which is not exactly what I had in mind.
Besides It doesn't set a fixed height for all the thumbnails.
Any help would be really appreciated!
Thanks
Last Edit: 2011/03/06 13:44 By artdirector_1.
The administrator has disabled public write access.
 
#11913
Re:Flickr thumbnail all with same height 13 Years, 1 Month ago Karma: 0
these are the results
The administrator has disabled public write access.
 
#11914
Re:Flickr thumbnail all with same height 13 Years, 1 Month ago Karma: 747
Could you provide link to page where we can see the issue, it can be a conflict with site template or 3rd party extension styles?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11999
Re:Flickr thumbnail all with same height 13 Years, 1 Month ago Karma: 0
hi! thanks for reply!
the page is at

www.ottotto.it/index.php?option=com_content&view=article&id=2&Itemid=6

what could it be the problem?
Last Edit: 2011/03/08 02:13 By artdirector_1.
The administrator has disabled public write access.
 
#12003
Re:Flickr thumbnail all with same height 13 Years, 1 Month ago Karma: 747
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
The administrator has disabled public write access.
 
Go to topPage: 1