last finetuning
This commit is contained in:
@ -531,6 +531,6 @@ div {
|
||||
.thumbswipe {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
max-height: 100px;
|
||||
overflow-x: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
}
|
@ -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">
|
||||
|
Reference in New Issue
Block a user