Topic: Hide bar when mouse its out of the gallery

We would like to hide the bar and thumbs when the mouse is not over the gallery.
Is this possible?

Here we share a link to test it
http://www.espectador.com/espectaculos/ … -barrymore

thanks

Re: Hide bar when mouse its out of the gallery

In order to be able to hide the caption area and Button Bar when the user mouses-out of the gallery, you would need to set captionPosition="OVERLAY" (or captionPosition="OVERLAY_IMAGE") and buttonBarPosition="OVERLAY" in conjunction with showImageOverlay="AUTO".

Additionally, your gallery currently sets showInfoButton="TRUE". This overrides the default behavior of the overlay (noted in the description of this configuration option on the Config Options page) and the overlay can be toggled on and off only by clicking the Info Button on the Button Bar. Set showInfoButton="FALSE" and showImageOverlay="AUTO" will become active once again.