Stereo Pairs JavaScript Viewer
Have you ever seen stereo-pair photos? You need to focus at middle point between your eyes and photo to see the effect. For many people it is impossible to see the 3d deepth.
example image by yoshing_BT
I wrote bookmarklet for simple viewing such 3d-photos in flickr.
press following link to run this bookmarklet:
If you want to use this cool feature on flickr site. You need to drag and drop link above to your bookmarks bar. Then just search for any stereo pair on flickr.com.
For example it can be:
http://www.flickr.com/photos/parallel_yoshing/5581588331/in/photostream/
After page loaded just press on "Flickr Stereo Run!" link on your bookmarks bar.
source code
javascript:pd=document.getElementById("photo").children[1];pd.style.overflow="hidden";pd.style.width=pd.children[0].width/2+"px";void(setInterval("pd.scrollLeft=(pd.scrollLeft==0)?pd.children[0].width/2:0;",250));
Labels: JS
Comments: 0