-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Hello,
I would like to turn off LOOP function not to play background video over & over. I tried in the javascript to do this:
- html += '<video class="hidden-xs hidden-sm" id="'+plugin.settings.videoid+'" preload="auto" autoplay="autoplay"'; - removing loop
- html += '<video class="hidden-xs hidden-sm" id="'+plugin.settings.videoid+'" preload="auto" autoplay="autoplay" loop="false"';
-
- html += '<video class="hidden-xs hidden-sm" id="'+plugin.settings.videoid+'" preload="auto" autoplay="autoplay" loop="false" loop=""';
None works, if I do:
Hardcode to HTML without attribute loop it works but I am missing all js features.
so what should I do in the js that it would play only once?
Thanks
Metadata
Metadata
Assignees
Labels
No labels