forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-10 04:03:59 +02:00
parent a1b4a95ae4
commit 2b3cd29a64
1 changed files with 6 additions and 1 deletions

View File

@ -62,7 +62,12 @@ You can use Markdown formatting:
<td><lite-youtube videoid="3Hecr51ByE4" params="controls=0&modestbranding=1"></lite-youtube></td>
</tr>
<tr>
<td>Video Files</td>
<td>MP4 Files</td>
<td>https://files.catbox.moe/v4om92.mp4</td>
<td><video controls preload="none" class="embedvid"><source src="https://files.catbox.moe/v4om92.mp4" type="video/mp4"></video></td>
</tr>
<tr>
<td>WEBM Files</td>
<td>https://files.catbox.moe/v4om92.mp4</td>
<td><video controls preload="none" class="embedvid"><source src="https://files.catbox.moe/v4om92.mp4" type="video/mp4"></video></td>
</tr>