last finetuning

This commit is contained in:
Jottyfan
2025-06-07 18:45:01 +02:00
parent 4c32a12d2d
commit 3bb68aff1f
2 changed files with 3 additions and 5 deletions

View File

@ -530,7 +530,7 @@ div {
.thumbswipe { .thumbswipe {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
max-height: 100px; max-height: 100px;
overflow-x: auto; overflow-x: hidden;
overflow-y: hidden; overflow-y: hidden;
} }

View File

@ -26,9 +26,7 @@
<div class="col-12 thumbswipe"> <div class="col-12 thumbswipe">
<div style="min-width: 13000px"><!-- omits line break --> <div style="min-width: 13000px"><!-- omits line break -->
<th:block th:each="n : ${#numbers.sequence(1, 85)}" th:with="i=${#strings.toString(n < 10 ? '0' + n : n)}"> <th:block th:each="n : ${#numbers.sequence(1, 85)}" th:with="i=${#strings.toString(n < 10 ? '0' + n : n)}">
<a th:href="'https://www.onkelwernerfreizeiten.de/stock/stock' + ${i} + '.jpg'" data-fancybox="gallery" th:data-caption="${title['stock' + i]}"> <a th:href="'https://www.onkelwernerfreizeiten.de/stock/stock' + ${i} + '.jpg'" data-fancybox="gallery" th:data-caption="${title['stock' + i]}"><img th:src="'https://www.onkelwernerfreizeiten.de/stock/thumb_stock' + ${i} + '.jpg'" height="96px" class="m-1" th:title="${title['stock' + i]}" /></a>
<img th:src="'https://www.onkelwernerfreizeiten.de/stock/thumb_stock' + ${i} + '.jpg'" height="96px" class="m-1" th:title="${title['stock' + i]}" />
</a>
</th:block> </th:block>
</div> </div>
<script th:inline="javascript"> <script th:inline="javascript">