Some coders really get some interesting ideas.
And this here is quite good ( from 2010! ): → Move with your keyboard Cursors!
http://www.satine.org/research/webkit/snowleopard/snowstack.html
I tried also to get this to wix by using the html Code. But I couldnt figure out
how to add your own gallery. I figured out that he uses this code to get his images:
var images = jQuery.map(data.photos.photo, function (item)
{
return {
thumb: item.url_s,
zoom: 'http://farm' + item.farm + '.static.flickr.com/' + item.server + '/' + item.id + '_' + item.secret + '.jpg',
link: 'http://www.flickr.com/photos/' + item.owner + '/' + item.id
};
});