From 8ba358fc936b9d3721aa1fea64a4c00eaaa347a4 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 12 Jan 2021 23:18:10 +0000
Subject: [PATCH] Uebertragung Breadcrumb angefangen, noch in Arbeit

---
 web/fotos/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/fotos/index.html b/web/fotos/index.html
index 576f506..a605967 100644
--- a/web/fotos/index.html
+++ b/web/fotos/index.html
@@ -15,11 +15,11 @@
           {{#mini}}
             {{#dia}}
               <a href="{{bildurl}}" data-fancybox="group" data-caption="">
-                <img class="datei" src="{{miniurl}}"  width="60" height="40" />
+                <img class="datei" src="{{miniurl}}" />
               </a>
             {{/dia}}
             {{^dia}}
-              <img class="datei" src="{{miniurl}}"  width="60" height="40" />
+              <img class="datei" src="{{miniurl}}" />
             {{/dia}}
           {{/mini}}
           {{^mini}}

--
Gitblit v1.9.3