Some of my images are small, and the control bar ends up covering much of these small images. It is possible to setup the highslide feature of having the control bar fade out if the mouse is moved off the image?
Some of my images are small, and the control bar ends up covering much of these small images. It is possible to setup the highslide feature of having the control bar fade out if the mouse is moved off the image?
Hi - yes, you can do that. Look for the function getHeadTags in Shashin.php. At line 674 you'll see:
hideOnMouseOut: false
Change it to:
hideOnMouseOut: true
Other overlay options are described at:
http://highslide.com/ref/hs.registerOverlay
You must log in to post.