mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-22 04:43:42 +02:00
Adding loop
This commit is contained in:
@@ -127,6 +127,10 @@ class Player {
|
|||||||
vars.controls = 0;
|
vars.controls = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (typeof element.dataset.loop !== 'undefined') {
|
||||||
|
vars.loop = 0;
|
||||||
|
}
|
||||||
|
|
||||||
return vars;
|
return vars;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user