mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-27 17:23:22 +00:00
index.html: Disable looping
Pointless in this case. Avoid inadvertently resetting all variables upon reaching the credits screen.
This commit is contained in:
parent
d5b63699fe
commit
2fce7361e9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
|
||||
</div>
|
||||
<div id="wrapper-video">
|
||||
<video id="video" loop preload="metadata">
|
||||
<video id="video" preload="metadata">
|
||||
<source id="video-source" src="">
|
||||
<track label="English" kind="subtitles" srclang="en"
|
||||
src="subtitle/Black.Mirror.Bandersnatch.2018.WEBRip.x264-NoGRP.vtt" default>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue