Skip to content
Snippets Groups Projects
Commit 00552201 authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Init lightbox

parent ccbb59f3
No related branches found
No related tags found
No related merge requests found
'use strict';
import LightboxManager from 'lightboxManager';
module.exports = function() {
'use strict';
/**
* Initialize the whole Popup setup
*/
function init() {
LightboxManager.init({type: 'video', glightbox: {selector: '.sg-youtube-item'}});
}
init();
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment