genoism
Posts: 2
Joined: Sun Jan 30, 2011 11:10 pm

Question on the image gallery

Heyas, this might be a stupid question but after placing my images with the editor how do i define where i want it to make another row? Even though in the editor it made 2 rows of my images when i pasted the code to my site i only see 1 row of images...Is there a better way to control how many images per row I want?

Many thanks!

P.S. I looked over the documentation but i understood little and probably left more confused then I came in the first place >< sorry!
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Question on the image gallery

Hi,

This isn't actually a Highslide issue - it's a layout/CSS issue.
You need give the highslide-gallery div a fixed width. If you want to center the highslide-gallery div you also need to add margin: 0 auto.

Code: Select all

<div class="highslide-gallery" [hilight]style="width: 448px; margin: 0 auto;"[/hilight]>
[markup of your gallery]
......
Adjust the width to fit your need.
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
genoism
Posts: 2
Joined: Sun Jan 30, 2011 11:10 pm

Re: Question on the image gallery

Great! Thank you so much!

Return to “Highslide Editor”