PHP Classes

File: assets/gallerytypes/jssor/README.md

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   assets/gallerytypes/jssor/README.md   Download  
File: assets/gallerytypes/jssor/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: wgGallery
Image gallery module for XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 1,376 bytes
 

Contents

Class file image Download

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

  1. Live Demo
  2. https://www.jssor.com/development
  3. Slides HTML Code
  4. API: Options
  5. API: Methods, properties & Events
  6. API: UI Definition
  7. https://www.jssor.com/help
  8. https://www.jssor.com/tutorial
  9. Support: Ask a question on StackOverflow

Example

<script src="jssor.slider.min.js"></script>
<div id="jssor_1" style="position:relative;top:0;left:0;width:980px;height:380px;overflow:hidden;">
    <div data-u="slides" style="position:absolute;top:0;left:0;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>