Magnific Popup

Popup based on Magnific Popup. More information can be found here: https://dimsemenov.com/plugins/magnific-popup/

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

Last updated