Responsive jquery slide effects based on BOOTSTRUP3 full-screen width

Source: Internet
Author: User

This is a very cool, bootstrup3.x and HTML5 responsive full-screen width jquery slide effect. The slide can be adapted to the width of the screen, using the HTML5 data property to specify the various properties required for the slide. Easy to use, beautiful and generous interface. As follows:

Online preview Source Download

The implemented code.

HTML code:

<DivID= "Mycarousel"class= "Carousel Slide"Data-ride= "Carousel">        <!--Indicators -        <olclass= "Carousel-indicators">            <LiData-target= "#myCarousel"data-slide-to= "0"class= "Active"></Li>            <LiData-target= "#myCarousel"data-slide-to= "1"></Li>            <LiData-target= "#myCarousel"data-slide-to= "2"></Li>        </ol>        <Divclass= "Carousel-inner">            <Divclass= "Item Active">                <imgsrc= "Img/1.jpg"style= "width:100%"data-src=" "alt= "First Slide">                <Divclass= "Container">                    <Divclass= "Carousel-caption">                        <H1>Example headline.</H1>                        <P>Cras Justo odio, Dapibus ac facilisis in, Egestas eget quam. Donec ID elit non mi porta gravida at eget metus. Nullam ID dolor ID nibh ultricies vehicula ut id elit.</P>                        <P>                            <aclass= "btn btn-lg btn-primary"href="#"role= "button">Sign up today</a></P>                    </Div>                </Div>            </Div>            <Divclass= "Item">                <imgsrc= "Img/2.jpg"style= "width:100%"data-src=""alt= "Second Slide">                <Divclass= "Container">                    <Divclass= "Carousel-caption">                        <H1>Another example headline.</H1>                        <P>Cras Justo odio, Dapibus ac facilisis in, Egestas eget quam. Donec ID elit non mi porta gravida at eget metus. Nullam ID dolor ID nibh ultricies vehicula ut id elit.</P>                        <P>                            <aclass= "btn btn-lg btn-primary"href="#"role= "button">Learn More</a></P>                    </Div>                </Div>            </Div>            <Divclass= "Item">                <imgsrc= "Img/3.jpg"style= "width:100%"data-src=""alt= "Third Slide">                <Divclass= "Container">                    <Divclass= "Carousel-caption">                        <H1>One more for good measure.</H1>                        <P>Cras Justo odio, Dapibus ac facilisis in, Egestas eget quam. Donec ID elit non mi porta gravida at eget metus. Nullam ID dolor ID nibh ultricies vehicula ut id elit.</P>                        <P>                            <aclass= "btn btn-lg btn-primary"href="#"role= "button">Browse Gallery</a></P>                    </Div>                </Div>            </Div>        </Div>        <aclass= "Left Carousel-control"href= "#myCarousel"Data-slide= "Prev"><spanclass= "Glyphicon glyphicon-chevron-left">        </span></a><aclass= "Right Carousel-control"href= "#myCarousel"Data-slide= "Next"><spanclass= "Glyphicon glyphicon-chevron-right"></span></a>    </Div>

via:http://www.w2bc.com/article/39088

Responsive jquery slide effects based on BOOTSTRUP3 full-screen width

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.