-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Dont work any more.......
callbacks: {
elementParse: function(item) {
if(item.el.hasClass("popup_youtube")){
item.type = 'iframe';
}else {
item.type = 'image';
}
},
beforeOpen: function () {
$(window).lockscroll(true);
},
open: function () {
$(window).lockscroll(true);
},
close: function () {
$(window).lockscroll(false);
}
},
Metadata
Metadata
Assignees
Labels
No labels