mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-05-28 15:45:09 +01:00
increase batch so gallery works full size on my monitor
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user