29 lines
478 B
JavaScript
Executable File
29 lines
478 B
JavaScript
Executable File
/*
|
|
Template Name: webadmin - Admin & Dashboard Template
|
|
Author: Themesdesign
|
|
Website: https://Themesdesign.com/
|
|
Contact: Themesdesign@gmail.com
|
|
File: Lightbox Js File
|
|
*/
|
|
|
|
|
|
// GLightbox Popup
|
|
|
|
var lightbox = GLightbox({
|
|
selector: '.image-popup',
|
|
title: false,
|
|
});
|
|
|
|
|
|
// GLightbox Popup
|
|
|
|
var lightboxDesc = GLightbox({
|
|
selector: '.image-popup-desc',
|
|
});
|
|
|
|
// GLightbox Popup
|
|
|
|
var lightboxvideo = GLightbox({
|
|
selector: '.image-popup-video-map',
|
|
title: false,
|
|
}); |