javascript - HTML-Popup is always shown with controlbar and the thumbstrip when gallery on Highslide is included -


highslide amazing tool, unfortunately don't done following projekt. want show several galleries highslide. therefore have included highslide-full.js , highslide.css.

i have added modification in example: http://www.roadrash.no/hs-support/gallery-horizontal-strip+html.html

the gallery works fine: images controlbar , thumbstrip appear, html container appears controlbar - mistake?

edit:

one point soluted:

the controlbar disappears html expand when apply correct group gallery right here: slideshowgroup: 'gallery',

the problem remains html expand still treated image in way of expandation.

do want html expanders "fade in" rather zooming in way image expanders do? if so, add highslide js configuration:

hs.objectloadtime = 'after';

(this safer html expanders, because avoids ie9/ie10 problem that's floating around out there.)


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -