(function ($) {
"use strict";
$(window).on('elementor/frontend/init', () => {
elementorFrontend.hooks.addAction('frontend/element_ready/digitaz-video-popup.default', ($scope) => {
$scope.find('.digitaz-video-popup a.elementor-video-popup').magnificPopup({
type: 'iframe',
removalDelay: 500,
midClick: true,
closeBtnInside: true,
callbacks: {
beforeOpen: function () {
this.st.mainClass = this.st.el.attr('data-effect');
}
},
});
});
});
})(jQuery);