Skip to content
/ slider Public

Touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap

License

Notifications You must be signed in to change notification settings

jssor/slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 24, 2021
a46bd4e · Jan 24, 2021
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Oct 30, 2019
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Feb 4, 2018
Dec 14, 2013
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Aug 27, 2017

Repository files navigation

Responsive Javascript Image/Text Slider/Slideshow/Gallery/Carousel

  1. Live Demo
  2. Create Slider Online Free
  3. https://www.jssor.com/development
  4. Support: Ask a question on StackOverflow

Example

<script src="jssor.slider.min.js"></script>
<div id="jssor_1" style="position:relative;top:0px;left:0px;width:980px;height:380px;overflow:hidden;">
    <div data-u="slides" style="position:absolute;top:0px;left:0px;width:980px;height:380px;overflow:hidden;">
        <div><img data-u="image" src="image1.jpg" /></div>
        <div><img data-u="image" src="image2.jpg" /></div>
    </div>
</div>
<script>
    var options = { $AutoPlay: 1 };
    var jssor_1_slider = new $JssorSlider$("jssor_1", options);
</script>