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

Adding loop

This commit is contained in:
Antonio Laguna
2017-03-30 09:22:03 +02:00
parent b03fa122bd
commit 2e1b39d088

View File

@@ -127,6 +127,10 @@ class Player {
vars.controls = 0;
}
if (typeof element.dataset.loop !== 'undefined') {
vars.loop = 0;
}
return vars;
}
}