Viewer.js's Simple Practice

Source: Internet
Author: User

Html

<! DOCTYPEHtml>
<Html>
<Headlang="EN">
<Metacharset="UTF-8">
<Title></Title>
<LinkRel="Stylesheet"href="Css/viewer.css"/>
</Head>
<Body>
<UlId="Myul">
<Li><ImgSrc="Img/1a.jpg"/></Li>
<Li><ImgSrc="Img/2a.jpg"/></Li>
<Li><ImgSrc="Img/3a.jpg"/></Li>
<Li><ImgSrc="Img/4a.jpg"/></Li>
<Li><ImgSrc="Img/5a.jpg"/></Li>
</Ul>
<ScriptSrc="Js/jquery-1.11.0.js"></Script>
<ScriptSrc="Js/viewer.js"></Script>
<script src="js/demo01.js"></script>
</Body>
</HTML>

Demo01.js
/**
* Created by Loki on 2017/2/21.
*/
$("#myul").Viewer ({
Bottom navigation bar 0: does not appear;
NavBar0,
Whether the close button in the upper-right corner is displayed: True is the default display;
buttonTrue
Whether to enter the page display mask layer, default false;
InlineFalse
Whether the bottom navigation shows 0: The bottom button is not displayed;
Toolbar2,
Whether you can drag
Movable:True
Whether it can be rotated
rotatable:< Span style= "color: #000080; Font-weight:bold ">true,
//can I zoom the picture
scalable:true,
//whether there is a transition animation (small size)
transition:true,
//Click to play full screen playback
fullscreen:true
})


Viewer.js's Simple Practice

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.