shawnjan
shawnjan

Reputation: 959

Anyone know what Javascript library is used here?

I was reading an article, and it had an image, and when I clicked on it it had a really interesting way to display the full size. I was wondering if anyone know which javascript library. Here is the link:

http://www.rogueamoeba.com/utm/2009/11/13/airfoil-speakers-touch-1-0-1-finally-ships/

Click the image in the middle of the article.

Cheer! Shawn

Upvotes: 1

Views: 151

Answers (1)

meder omuraliev
meder omuraliev

Reputation: 186562

It's using the FancyZoom plugin, pretty sure cabel.name was the originator of that entire script... http://www.cabel.name/draft1/2008/02/fancyzoom-10.html

As o.k.w pointed out if you are using the jQuery library you can use the jQuery port of it @ http://plugins.jquery.com/project/jquery_fancy_zoom

Upvotes: 4

Related Questions