increase batch so gallery works full size on my monitor

This commit is contained in:
Karl 2025-05-18 14:51:11 +01:00
parent 80f535be45
commit 205481c4d4

View File

@ -196,7 +196,7 @@
<script>
const gallery = document.getElementById('gallery');
const batchSize = 6; // images to load per batch
const batchSize = 9; // images to load per batch
let loadedCount = 0;
let currentIndex = 0;
const detailsCache = {}; // Cache for image details