PDA

View Full Version : How to layout Thumbnails vertically?


Umbi
09-14-2007, 04:54 PM
Hello forum,

2 questions:

1] I need to have the Thumbnails displayed one per each row that means vertically in the browse page.

I tried using tag IMAGE_THUMBNAIL_ROW_REV in browse_template but it does not seem to work, it actually shows nothing.

As said what I need is one Thumbnail each row (they are Panoramic Thumbnails so they have large size (640x150)

2] How do I load for default the browse_template page rather than the image_template page?

Thanks in advance
Umbi

Dennis
09-15-2007, 05:53 PM
<IMAGE_THUMBNAIL_ROW_REV> shows the thumbs in reverse order. That is totally different what you want to do.

If you want them vertical you can do relatively easy. Set the width of the element (a div for instance) containing the images to 1.5 times the image width of your thumbnails. Since there isn't enough room to display two or more images next to each other they will be displayed vertically, as a column.

Good luck.

Umbi
09-17-2007, 03:49 PM
Thanks!

Dennis
09-17-2007, 07:49 PM
No problem :D