Update: Extender una unica estancia a dos monitores | reducir video para evitar sobrecargar la web

This commit is contained in:
2025-09-17 12:30:24 +02:00
parent 18777b3389
commit 742896704c
5 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
</div>
{% else %}
<div class="md:w-1/2 w-full flex items-center bg-black">
<video src="{{ url_for('static', filename='media/'+ theme +'.webm') }}" class="w-full shadow-md" autoplay muted loop
<video src="{{ url_for('static', filename='media/'+ theme +'.mp4') }}" class="w-full shadow-md" autoplay muted loop
preload="none"></video>
</div>
<div class="md:w-1/2 w-full overflow-hidden">