dotmac like skim album thumbnail possible at smugmug?
i would love to be able to create something like this in smugmug. possible?
[i am referring to being able to see what is in the album by hovering the mouse over the album thumbnail.]
http://gallery.mac.com/parker_photography
[i am referring to being able to see what is in the album by hovering the mouse over the album thumbnail.]
http://gallery.mac.com/parker_photography
0
Comments
Dgrin FAQ | Me | Workshops
Kinda gimmicky imo...oh wait, we're talking about apple here...nvm.
SmugMug API Developer
My Photos
Seems pretty useful to me, Apple or not.
Dgrin FAQ | Me | Workshops
(Viewing the source of the example you linked to would probably give the code)
Portfolio • Workshops • Facebook • Twitter
* Define the space where you want the thumbnail to appear
* If you have, say 13 thumbnails that you want to show, then you divide the space into a grid that is, say 10x10 (where 10 is co-prime with 13)
* Detect which square in this grid the mouse is pointing to (I'm not sure whether it's possible to get the pointer location in javascript; if not, I'd superimpose transparent square pictures to trigger hover events)
* Number the squares in the grid from top left to bottom right
* Take the square number (mod 13)
* Display the thumbnail corresponding to this number
Now, all you have to do, is to code it!
i hope some expert gets excited about it.