diff options
author | Sam Potts <me@sampotts.me> | 2015-10-03 10:43:27 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-10-03 10:43:27 +1000 |
commit | 0674e13bab50fea1b7e1a11924c62005b848d7d6 (patch) | |
tree | 6224fddf51ca7298a386a920ca742f03977e683d /src/js | |
parent | 941b4c1c209a5b99ec5b0ea704c0b534ecb03daf (diff) | |
download | plyr-0674e13bab50fea1b7e1a11924c62005b848d7d6.tar.lz plyr-0674e13bab50fea1b7e1a11924c62005b848d7d6.tar.xz plyr-0674e13bab50fea1b7e1a11924c62005b848d7d6.zip |
Icon tweaks, other small tweaks
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/plyr.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js index dfcc12f0..e5ed082a 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -918,6 +918,7 @@ window.onYouTubeIframeAPIReady = function () { _YouTubeReady(videoId, container); }; } } + // Vimeo else if (type === 1) { // Inject the iframe var iframe = document.createElement('iframe'); |