i have magnific popup plugin.but it not showing the video on popup How to embed youtube video in magnific popup?
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.