Click-On Zoom out effect for pictures and videos

I found a few sites that have zoom out videos and pictures when you click on the image of the video or picture.

Examples are: http://www.ethereanlife.org/ and http://www.kornzepx.com/

When I tried to simulate the same effect by pasting the code from these sites into a web page the video images and pictures just acted like normal links.

Any ideas how to create this effect would be most welcome.

Sincerely,
Steven

That is a JavaScript “lightbox” effect. In this case, they are using Lightbox Evolution, but there are lots of scripts like this out there that are free, like Slimbox, Fancybox etc. You’ll need to learn the basics of installing jQuery, but it’s really easy.

Thank you Ralph, perfect, just what I wanted. I really appreciate your reply.

Great, glad that helped. Don’t hesitate to come back if you need help setting it up. :slight_smile:

Thanks Ralph, I will give it a try - but welcome your offer of help if I have trouble.