0

I'm doing photo gallery and like to enlarge an image when I click on it with some animation like it's in flash (the picture slowly expands first by x-axis and after by y-axis and the space around the picture dims), that it scales to it's largest possible size to fit in screen, but it can be any other animation.

I found some topics about this, but I don't want to use any 3rd-party plugin (including flash, drupal...) to do it. Maybe it can be somehow done by jQuery...

Thanks.

longaster
  • 29
  • 8

1 Answers1

0

there are jquery plugins (not plugins like flash) but pure javascript.

http://www.tripwiremagazine.com/2010/02/15-jquery-plugins-to-create-stunning-image-zoom-effects.html

Satish
  • 6,457
  • 8
  • 43
  • 63
  • Maybe i'd like some tutorial how to write the code myself (or some example), I know of jQuery plugins, but I'd rather don't use them. – longaster Jul 12 '11 at 17:47
  • Ok! Here's a link to tutorail. http://www.script-tutorials.com/jquery-css-tutorial-zooming-image/ – Satish Jul 12 '11 at 17:52
  • Ok, I downloaded that Zoomimage and (as it is only JS and CSS) ,it might be the answer. But do you what license is it under? (MIT & GPL, or MIT, or GPL)? – longaster Jul 12 '11 at 18:34