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

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

View File

@ -26,9 +26,7 @@
<div class="col-12 thumbswipe">
<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)}">
<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>
<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>
</th:block>
</div>
<script th:inline="javascript">