Magnifying glass interfaces are pretty useful for enabling users to zoom in to images so that details can be viewed without loading a bigger version. mlens, a tiny jQuery plugin (~1kb minified and gzipped), simplifies creating this magnifying glass functionality so much.

mlens jQuery zoom plugin

It comes with few parameters like the shape of the lens (circle or square), lens size and the options for customizing the border. Multiple instances of it can be used in the same page and a WordPress plugin for it is being developed.


Requirements: jQuery
Compatibility: All Major Browsers

Website: http://mlens.musings.it/

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

3 + twelve =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

QUOjs – Micro JavaScript Library

QuoJS is a micro, modular, Object-Oriented and concise JavaScript Library that simplifies HTML document traversing, event handling, and Ajax interactions for rapid mobile web development. It allows you to write powerful, flexible and cross-browser code with its elegant, well documented, and micro coherent API.

Text Resizing With jQuery

Want to allow visitors to increase or decrease the text size (font size) on your website? I’m going to show you how - using jQuery (a great JavaScript library).