Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AnatoliyAkhmatov/99dabff2a7193ed0cb5b570ca38a204e to your computer and use it in GitHub Desktop.
Save AnatoliyAkhmatov/99dabff2a7193ed0cb5b570ca38a204e to your computer and use it in GitHub Desktop.
magnific popup video tag
$('.index-gallery .link-y').magnificPopup({
type: 'iframe',
iframe: {
markup: '<div class="mfp-iframe-scaler">'+
'<div class="mfp-close"></div>'+
'<video class="mfp-iframe" frameborder="0" allowfullscreen autoplay></video>'+
'</div>', // HTML markup of popup, `mfp-close` will be replaced by the close button
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment