jquery lightbox image Gallery plugin with Magnifier effect

Source: Internet
Author: User

ZBox is a jquery lightbox image gallery plugin with magnifier effect. The Lightbox plugin can display a large, high-definition image of the corresponding thumbnail, and you can also use a magnifying glass to view the magnification in detail when browsing a large HD image.

Online preview Source Download

How to use

Using the Lightbox plugin requires the introduction of jquery and Jquery.zbox.css, as well as jquery.zbox.js files

<link type= "Text/css" rel= "stylesheet" href= "Css/jquery.zbox.css"/>               <script src= "Js/jquery.min.js" ></script><script src= "Js/jquery.zbox.js" ></script>     
HTML Structure

The basic HTML structure of the Lightbox plugin uses a hyperlink to wrap an image element with hyperlinks pointing to a large HD image.

<aclass= "ZB"rel= "group"href= "1.png"title= "Image 1">  <!--thumbnail Images -  <imgsrc= "1_thumb.png"></a> <aclass= "ZB"rel= "group"href= "2.png"title= "Image 2">  <!--thumbnail Images -  <imgsrc= "2_thumb.png"></a> <aclass= "ZB"rel= "group"href= "3.png"title= "Image 3">  <!--thumbnail Images -  <imgsrc= "Thumb3.png"></a> 
Initializing plug-ins

After the page has been loaded, you can initialize the Lightbox plug-in by using the following method.

$ (". ZB"). ZBox ();

Online preview Source Download

jquery lightbox image Gallery plugin with Magnifier effect

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.