magnific popup

PHOTO EMBED

Tue Apr 02 2024 05:41:38 GMT+0000 (Coordinated Universal Time)

Saved by @divyasoni23 #jquery #js

constructor(element) {
		this.$element = $(element);
		this.$popup = this.$element.find('.media-text__img');

		this.init();
	}

	init() {
		this.$popup.magnificPopup({
			disableOn: 0,
			type: 'iframe',
			mainClass: 'mfp-fade',
			removalDelay: 160,
			preloader: false,
			fixedContentPos: true,
		});
	}
content_copyCOPY