remove background loop, as the background will be provided
This commit is contained in:
parent
56a23bc384
commit
4286c5b4e1
|
@ -34,14 +34,7 @@ For more information, please refer to <http://unlicense.org/>
|
|||
<!--<script src="recent.js"></script>-->
|
||||
<title>rC3 Stream Overlay</title>
|
||||
</head>
|
||||
<body style="background:#000">
|
||||
<div id="bg-loop">
|
||||
<video loop autoplay width="100%">
|
||||
<source src="content/tunnel.webm" type="video/webm">
|
||||
Sorry, your browser doesn't support embedded videos.
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<div id="schedule">
|
||||
<div id="schedule-here-container">
|
||||
|
|
Loading…
Reference in New Issue