1
0
mirror of https://github.com/karl0ss/ai_image_frame_server.git synced 2025-06-20 23:39:12 +01:00

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

@ -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