Michael
Michael

Reputation: 42050

How to do this image zooming trick in a browser?

I would like to do the following trick in a browser:

Create three image files of different size (small, medium, large) from one picture.

I would prefer JavaScript (Flash is the second option). What tool would you recommend ?

Upvotes: 0

Views: 196

Answers (2)

Jason Sperske
Jason Sperske

Reputation: 30416

Would this work for you?

http://www.netzgesta.de/shiftzoom/

This might be for image data that is much larger than you are interested in.

Upvotes: 1

Edward Loper
Edward Loper

Reputation: 15944

A quick google search turns up:

http://www.intenseblog.com/design/8-amazing-javascript-image-zoom-scripts.html

and:

http://www.hotscripts.com/blog/javascript-zoom-scripts/

Several of these libraries appear to do what you want.

Upvotes: 1

Related Questions