Reputation: 19
I want to play any videos which is on youtube with using magnific-popup but it is not working
getting this error with reels
This is my JS code
$('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
And this is my dummy video that I wanted to play: https://www.youtube.com/watch?v=F9kXstb9FF4
Upvotes: 1
Views: 143