Hello
I have added lightbox option to the azur plugin. Now I have 2
problems with it.
First, I would like to hide the button when the full screen mode
opens. Right now when I open the fullscreen mode, the lightbox
button shows but is not active. I would like to hide it once in the
fullscreen mode.
Second, how do I add popup message on this lightview button.
Like there is a message when hovering on fullscreen button “Enter
Fullscreen”, I would like to have the same popup message when user
hovers on lightbox button.
Visitpalms.com
April 13, 2015 at 6:23 pmHello
I have added lightbox option to the azur plugin. Now I have 2
problems with it.
First, I would like to hide the button when the full screen mode
opens. Right now when I open the fullscreen mode, the lightbox
button shows but is not active. I would like to hide it once in the
fullscreen mode.
Second, how do I add popup message on this lightview button.
Like there is a message when hovering on fullscreen button “Enter
Fullscreen”, I would like to have the same popup message when user
hovers on lightbox button.
This is my code that I use for lightbox button
Galleria.ready(function() {
var gallery = this; this.addElement(‘lightboxbutton’);
this.appendChild(‘bar’,’lightboxbutton’);
this.$(‘lightboxbutton’).click(function() {
gallery.openLightbox();
});