Fix lazy loading
When going into a folder, if the browser window is larger than the initial number of graphics loaded, then the rest of the graphics will not load. Only when we reduce the size of the viewport to be smaller than the layout of the initial loaded graphics will the continuous loading feature work since it appears to be triggered by the scrolling action. The js for this feature needs to load enough folder projects to fill and slightly exceed the size of the browser viewport so that the scroll bars will appear and the continuous loading will work. We spent a lot of time trying to figure out why our projects were not appearing.
2
votes