Remove custom video player, just use compat as default
This commit is contained in:
parent
34a6cd3458
commit
3810ec0feb
2 changed files with 1 additions and 31 deletions
|
@ -27,9 +27,8 @@
|
|||
<p><a href="{BACK}">Back</a></p>
|
||||
<p>{VID_INFO}</p>
|
||||
<p><a href="/download/{VID_PATH}">Download</a>
|
||||
<br><a href="/{VID_PATH}">Compatibility Video player</a></p>
|
||||
<div class="fadediv">
|
||||
<video src="/video/{VID_PATH}" width="100%" controls></video>
|
||||
<video src="/{VID_PATH}" width="100%" controls></video>
|
||||
</div>
|
||||
<p class="note">Please note that the video player is unfinished, most commonly having issues on iOS devices.</p>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue