How to embed youtube video in magnific popup?

前端 未结 3 2044
夕颜
夕颜 2021-02-01 06:49

i have magnific popup plugin.but it not showing the video on popup How to embed youtube video in magnific popup?

3条回答
  •  孤城傲影
    2021-02-01 07:10

    Check the following link for documentation:

    Doc

    $(document).ready(function() {
        $('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({
            disableOn: 700,
            type: 'iframe',
            mainClass: 'mfp-fade',
            removalDelay: 160,
            preloader: false,
    
            fixedContentPos: false
        });
    });
    
    Open YouTube video
    

    Hope this helps.

提交回复
热议问题