i have magnific popup plugin.but it not showing the video on popup How to embed youtube video in magnific popup?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Display product ACF field value in Woocommerce tra
- Adding a timeout to a render function in ReactJS
- Include empty value fields in jQuery .serialize()
Check the following link for documentation:
Doc
Hope this helps.
By default Magnific Popup supports only one type of URL for each service so I extent it for support almost every video URL type of YouTube/Vimeo:
http://dimsemenov.com/plugins/magnific-popup/documentation.html#iframe-type
Just copy those two property (
iframe
,type
) and add them to your Magnific Popup.Excellent starting point Roy but lets extend this a bit further since Youtube has start from specific time embeds and nowadays gives users the
youtu.be
links to embed. So to match both cases including starting video from specific timeline I do this. Note that I also added the markup override, remove it if you dont need it.