Bläddra i källkod

Cambio tamaño de foto de vehículos

Celestino Rey 3 månader sedan
förälder
incheckning
890dafe8c0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/templates/repostajes/detalle_vehiculo.html

+ 1 - 1
src/templates/repostajes/detalle_vehiculo.html

@@ -17,7 +17,7 @@
             <div class="row g-3 align-items-center">
                 <div class="col-12 col-lg-auto text-center text-lg-start">
                     {% if vehiculo.foto %}
-                    <p><img src="{{ vehiculo.foto.url }}" alt="{{ vehiculo.matricula}}" width="187" height="115"></p>
+                    <p><img src="{{ vehiculo.foto.url }}" alt="{{ vehiculo.matricula}}" width="187" height="333"></p>
                     {% else %}
                     <p>No hay imágen disponible</p>
                     {% endif %}