Shubham Sharma
Shubham Sharma

Reputation: 19

Unable to play reels using magnific-popup

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

Answers (0)

Related Questions