Jquery HTML5 full-screen magic light group chart browser plug-in

Source: Internet
Author: User

Because I often take pictures of high-definition photos, I always think that the computer screen is too small to look at, and it is not convenient to enlarge the details. Since HTML5 supports full screen, why not? So I wrote such a small stuff to meet my own needs to view the big picture in high definition.

Features: Supports automatic full-screen display on HTML5 fullscreen API browsers. You can double-click the zoom icon to conveniently view the quality of the source image.

HTML:

 <  Div  ID  = "Container"  >  <  A  Href  = "Big.jpg"  REL  = "Fullscreengallery"  Title  = "That year, the lotus blossoms filled the pond" >  <  IMG  SRC  = "Thumb.jpg"  Width  = "200"  >  </  A  >  <  A  Href  = "Big.jpg"  REL  = "Fullscreengallery" Title  = "That year, the lotus blossoms filled the pond"  >  <  IMG  SRC  = "Thumb.jpg"  Width  = "200"  >  </  A  >  </  Div  > 

Add the rel = "fullscreengallery" attribute to the link a. href is the address of the larger image.

JS call:

 
<SCRIPT type = "text/JavaScript">$ ('# Container a [rel = "fullscreengallery"]'). Fullscreengallery ();</SCRIPT>
View demo

GitHub address: https://github.com/yaojaa/jQuery-full-screen-gallery

 

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.