Fix Error: Pospongo la carga de video, para evitar cargas eternas.

This commit is contained in:
2025-09-17 09:04:11 +02:00
parent e1f64ee861
commit fce4ebac6a
+1 -1
View File
@@ -63,7 +63,7 @@
{% else %} {% else %}
<div class="md:w-1/2 w-full flex items-center bg-black"> <div class="md:w-1/2 w-full flex items-center bg-black">
<video src="{{ url_for('static', filename='media/'+ theme +'.mp4') }}" 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="metadata"></video> preload="none"></video>
</div> </div>
<div class="md:w-1/2 w-full overflow-hidden"> <div class="md:w-1/2 w-full overflow-hidden">
<table class="min-w-full text-center text-white text-4xl table-fixed border-collapse h-full"> <table class="min-w-full text-center text-white text-4xl table-fixed border-collapse h-full">