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?

Thumbnails: fixed height and aligned to left
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Thumbnails: fixed height and aligned to left
#11776
Thumbnails: fixed height and aligned to left 13 Years, 1 Month ago Karma: 0
HI!
The title said it all. I would like all the thumbnails to have a fixed height (mantaining width proportions) and all of them to be aligned on the left, so that I could have a different number of thumbnails on different rows (like in attachment).
Is that possible?

THanks!
jp
Last Edit: 2011/03/02 15:20 By artdirector_1.
The administrator has disabled public write access.
 
#11793
Re:Thumbnails: fixed height and aligned to left 13 Years, 1 Month ago Karma: 0
No One?

Can I know if it is eve possible?
The administrator has disabled public write access.
 
#11801
Re:Thumbnails: fixed height and aligned to left 13 Years, 1 Month ago Karma: 746
Hello,

Yes, it is possible. Set "Layout type" parameter to "Advanced gallery" and enter the following code into "Advanced Gallery -> Template" field:

Code:


{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}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1