Skip to content

Commit

Permalink
HACK Modifiy magnific popup to pass youtube params in
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Clarkin committed Jul 30, 2014
1 parent 64b3dc9 commit 1b143a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/jquery.magnific-popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ $.magnificPopup.registerModule(IFRAME_NS, {
youtube: {
index: 'youtube.com',
id: 'v=',
src: '//www.youtube.com/embed/%id%?autoplay=1'
src: '//www.youtube.com/embed/%id%?autoplay=1&disablekb=1&enablejsapi=1&fs=0&controls=0&modestbranding=1&rel=0&showinfo=0&iv_load_policy=3'
},
vimeo: {
index: 'vimeo.com/',
Expand Down

0 comments on commit 1b143a1

Please sign in to comment.