Responsiveslides JavaScript Slideshow Plugin

Source: Internet
Author: User

Responsiveslides.js is a lightweight, responsive jquery slide plug-in that shows pictures in the same container (tiny responsive slideshow jquery plugin). It supports almost all browsers, including IE6, and supports the maximum width attribute in IE6, but is not natively supported in other browsers. All you need to do is link jquery and crop the image to the same size.

First step: Add a link

<script src= "./js/responsiveslides.min.js" ></script><script src= "./js/jquery.min.js" ></ Script>

Step Two: Add a picture

<ul class= "Rslides" id= "Slider4" > <li>  <div class= "caption Bounceindown" > <div class= "slide-text-info" > &LT;H1&G                    T;intellectual property has the Shelf life111
Step Three: Link slides

<script>$ (function () {     $ ("#slides"). Responsiveslides ();   }); </script>

Fourth Step: Add parameters

$ ("#slides"). Responsiveslides ({   speed:4000,///integer: Slide transition interval, in MS   fade:1000,//integer: Fade in time, in milliseconds   Auto:true,//Boolean type: Whether to manually switch the picture ("Auto:false" automatically adds a page label)  maxwidth:800,//integer: The maximum width of the slide and picture area, in pixels px  

Specific parameters Please refer to the official website for detailed instructions

Responsiveslides JavaScript Slideshow Plugin

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.