Marcos Roriz Junior
Marcos Roriz Junior

Reputation: 4106

Jquery simple image zoom

I'm new to jquery (core and ui), and I'm trying to do the following effect (which happens on many and many websites that have images):

enter image description here

Is it the Show + Size?

Upvotes: 3

Views: 1772

Answers (2)

Roko C. Buljan
Roko C. Buljan

Reputation: 206171

pick your favourite :)

http://www.1stwebdesigner.com/css/57-free-image-gallery-slideshow-and-lightbox-solutions/

This is a nice resource for galleries. Search for more on your favourite browser.

Upvotes: 3

pimvdb
pimvdb

Reputation: 154858

That effect is called a 'lightbox'. There are many plugins, including ones for jQuery, and there are quite alot of variations too.

The first result for 'lightbox jquery' results in this one, which isn't too bad at first sight:

http://leandrovieira.com/projects/jquery/lightbox/

Upvotes: 5

Related Questions