Page 1 of 1

gallery in the parent page without Highlslide popping up at

Posted: Tue Jul 17, 2012 11:53 am
by befer
hello,

is there a way to create a "gallery in the parent page without Highlslide popping up at all" with the editor.

or is it possible to edit : http://highslide.com/examples/gallery-in-page.html

- adding drop shadow
- moving the "control"
- etc...

thank you in advance for your help, cheers and best regards

Re: gallery in the parent page without Highlslide popping up

Posted: Tue Jul 17, 2012 3:56 pm
by RoadRash
Hi,

The in-page gallery canÔÇÖt be created in the Editor, as the note after the link to the in-page gallery in the barebones index page clearly states. (Note: This example can not be set up in the Highslide Editor)

You can however manually edit the look of the gallery.
Drop shadow
Change this line:

Code: Select all

hs.outlineType = null;
to this:

Code: Select all

hs.outlineType = 'drop-shadow';
Move the controls
See reference page for hs.addSlideshow
I can help you doing this if you tell me where you want to move the controls.

Re: gallery in the parent page without Highlslide popping up

Posted: Wed Jul 18, 2012 8:33 am
by befer
hello RoadRash,

thank you for your reply.
i have been looking at the variables and found "outlineType" instead of "hs.outlineType"

i have tested few settings - rounded-white/outer-glow/drop-shadow - but could not display correctly till i removed :
style="width: 620px; height: 520px; margin: 0 auto; border: 1px solid silver"
from :
<div id="gallery-area" style="width: 620px; height: 520px; margin: 0 auto; border: 1px solid silver">

thank you for your help and guidance, you have made up my day.

cheers and best regards