Magnific Popup
$(".play_btn").each(function () {
$(this).magnificPopup({
type: "iframe",
mainClass: "mfp-fade",
preloader: false,
fixedContentPos: true,
});
});Last updated
$(".play_btn").each(function () {
$(this).magnificPopup({
type: "iframe",
mainClass: "mfp-fade",
preloader: false,
fixedContentPos: true,
});
});Last updated