sdellis / bookreader

Next Generation OpenLibrary BookReader with full IIIF API 2.0 Support
GNU Affero General Public License v3.0
2 stars 1 forks source link

Lazy load thumbnail grid view #9

Closed sdellis closed 9 years ago

sdellis commented 9 years ago

Takes too long to load, especially on mobile devices.

sdellis commented 9 years ago

I stand corrected... https://github.com/sdellis/bookreader/blob/IIIF-development/BookReader/BookReader.js#L772

We could probably optimize thumbnail size via IIIF Image API, but Lazy Loading is covered.