Merge pull request #3740 from laloch/fix-video

Fix video playback on xon.sh landing page
This commit is contained in:
Anthony Scopatz 2020-08-31 10:42:00 -05:00 committed by GitHub
commit 4a0d0c7897
Failed to generate hash of commit

View file

@ -77,7 +77,16 @@
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
fixedContentPos: false,
iframe: {
patterns: {
youtube_short: {
index: 'youtu.be/',
id: 'youtu.be/',
src: 'http://www.youtube.com/embed/%id%?autoplay=1'
}
}
}
});