goranj
Posts: 2
Joined: Sat Jun 18, 2011 12:36 pm

How to enlarge an image in the photo gallery?

Please help, I want to show the bigger picture in this gallery, but do not want to turn off "allowSizeReduction: true," I wish that the images are displayed in large format, currently the "height: 400px", for example 600px.

How to change, I lost half a day reviewing the code, but without success.

I am attaching a picture for a better explanation.

Grateful for the help in advance. Goran Josic
Attachments
picture for a better explanation.
picture for a better explanation.
2011-06-18_145133.gif (104.97 KiB) Viewed 4400 times
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: How to enlarge an image in the photo gallery?

Hi Goran,

Did you use the Highslide Editor to create your gallery since youÔÇÖve posted your question in the Editor section of the forum? If so, you could have changed the size of the Constraining box (hs.useBox) in the Behavior tab ÔÇô see screenshot:
2011-06-18_1519.png
2011-06-18_1519.png (108.63 KiB) Viewed 4383 times
If you donÔÇÖt want to go back to the Editor and redo your gallery you can open your highslide.config.js file and change

Code: Select all

hs.height = 400;
to

Code: Select all

hs.height = 600;

If you posted in the wrong part of the forum; you didnÔÇÖt use the Editor when you created your gallery, you will find the hs.height setting in the script block in the head section of the page with the gallery. Change

Code: Select all

hs.height = 400;
to

Code: Select all

hs.height = 600;
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
goranj
Posts: 2
Joined: Sat Jun 18, 2011 12:36 pm

Re: How to enlarge an image in the photo gallery?

I knew it was something simple :)

I reviewed all scripts (hightslidefull and css), other than the head section of page ...

Today is Saturday, and I'm at work, my concentration is zero .... ;(

Thanks

Return to “Highslide Editor”