I've spent my time not studying for the past 24 hours and coded a jquery javascript file to add facebook-like dynamic image loading to zenphoto. Try it out (on any of the 33,000 photos) at
t413.com. The current features for this are:
Loads any images' data a maximum of once per refresh, so no unnecessary server load.
Dynamic preloading (loads 2 images ahead, configurable)
Degradable. This is only an add-on. If JS is disabled then everything still works.
Keyboard navigation and click on the photo to advance.
Static linking enabled: each image still has its own url.
Back/forth still work.
There could easily be a lot more to integrate/do. I'm envisioning a built-in slideshow where it simply dims everything but the image and auto-advances.
What do you think?
Comments