mirror of
https://github.com/filegator/filegator.git
synced 2025-07-31 02:20:11 +02:00
* Fix lazy loading images all being loaded when opening gallery Because the lazy loaded image didn't have a limited height. Many images would load anyway because they all fit in the parent box. Giving them a minimal height with object-cover keeps them looking good while limiting the amount that is lazy loaded. * reduce the height to make the minimal images square