summaryrefslogtreecommitdiffstats
path: root/templates/thumbs.html
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-17 06:19:44 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-17 06:19:44 +0100
commit5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a (patch)
tree13a785b659996915be3a782e5f8f386402b76c16 /templates/thumbs.html
parentfd0ea710395904e1b4cf5f22fd17af13db43ce5f (diff)
downloadinfoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.tar.gz
infoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.tar.bz2
infoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.zip
webtorrent testing
Diffstat (limited to '')
-rw-r--r--templates/thumbs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/thumbs.html b/templates/thumbs.html
index 3fcc6f7..6070c23 100644
--- a/templates/thumbs.html
+++ b/templates/thumbs.html
@@ -6,7 +6,7 @@
<br>
$endif$
$if(torrent)$
- <video controls class="thumbnail" id="media-$id$" style="height: 30vh;"></video>
+ <video controls class="thumbnail" id="media-$id$" style="height: 20vh;"></video>
<script type='module'>
const torrentId = '$torrent$';
const player = document.querySelector('#media-$id$');
@@ -40,4 +40,4 @@
$endif$
</div>
$endfor$
-</div>
+</div> \ No newline at end of file