aseemk / zoomit-lightbox

Zoom.it-powered Lightbox — an infinitely better experience for hi-res images.

Home Page:http://aseemk.github.io/zoomit-lightbox/test/gallery.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep polling images that aren't ready

aseemk opened this issue · comments

Right now we only ask the Zoom.it API if a DZI is available for a given image once, at the beginning. If an image isn't ready but is in progress, we should keep polling. This way, the next time the user views that image (which may be his/her first time), they'll get a better experience.

This depends on Zoomit.js implementing polling support, but once that's there, we should make sure to use it.