1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-19 11:21:20 +02:00

Loop with playlist

This commit is contained in:
Antonio Laguna
2017-03-30 12:33:31 +02:00
parent 956f1b041a
commit c4e5e8d335
3 changed files with 3 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ class Player {
if (typeof element.dataset.loop !== 'undefined') {
vars.loop = 1;
vars.playlist = element.dataset.youtubeId;
}
return vars;

View File

@@ -2271,6 +2271,7 @@ var Player = function () {
if (typeof element.dataset.loop !== 'undefined') {
vars.loop = 1;
vars.playlist = element.dataset.youtubeId;
}
return vars;

File diff suppressed because one or more lines are too long