nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Bind scroll event to window #462

Closed chrisingenhaag closed 5 years ago

chrisingenhaag commented 6 years ago

Fixes: #459

Licence: MIT or AGPL

Description

Like in the filelist app binding the scroll event to $(window) works. This fixes #459 and enables app loading more than the initially loaded images.

Tests

Test plan

Open a folder in gallery with many pictures ( > 100). Try to scroll down and check if all images are loaded.

Tested on