glightbox popup open codepen
var myLightbox = GLightbox({
elements: [
{
'href': '1.jpg',
'type': 'image',
'title': 'My Title',
'description': 'Example',
},
{
'href': 'https://www.youtube.com/watch?v=Ga6RYejo6Hk',
'type': 'video',
'source': 'youtube',
'width': 900
}
],
});