Add justified photo grid layout with lazy loading and image dimensions, increase thumbnail resolution

This commit is contained in:
krek0 2026-04-24 21:43:25 +02:00
parent 8e217a51a0
commit 76719e24f3
6 changed files with 186 additions and 6 deletions

View file

@ -26,11 +26,11 @@
"pk": 2,
"fields": {
"name": "thumbnail",
"width": 250,
"height": 180,
"width": 600,
"height": 0,
"quality": 70,
"upscale": false,
"crop": true,
"crop": false,
"pre_cache": true,
"increment_count": false
}