I've been trying to add support for image viewing modes on my site.
(I.E. while viewing an image, a user clicks a button that changes the viewing mode to album, single-image, or all at once view.)
One of the modes I would like to incorporate is horizontally scrolling all images of an album on one page.
Here's an example of what I would like to have.I've been able to create this mode by hacking the Slideshow plugin, but I would like to make a custom theme page that does this without hacking. For example, going to
tedph.com/album?p=scroll or
tedph.com/album/scroll would pass on the album to scroll.php and output all images of the album on one page, in scrolled form.
Comments
Just as a note: Regarding usability horizontal scrolling is really inconvenient, even with a mouse that supports that. I won't look that much on your site with that. But just my two cents.
I would like to have the album view available as well as a scroll view, so accessing the scroll mode will use tedph.com/album/scroll instead of overriding tedph.com/album.
Regarding your usability concern: scrolling view won't be mandatory, it is simply an option for users that prefer to view the album like this.
Thanks for the help, this was by far the quickest fix I have ever made, and now I can update ZenPhoto via svn!