i have magnific popup plugin.but it not showing the video on popup
How to embed youtube video in magnific popup?
Leave a Reply
You must be logged in to post a comment.
i have magnific popup plugin.but it not showing the video on popup
How to embed youtube video in magnific popup?
You must be logged in to post a comment.
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.I needed the same but for selh-hosted video on the website. Here is the solution for this, using href as the video source.
JS
HTML
Here is the code, hope it helps some of you.