VOOZH about

URL: https://www.geeksforgeeks.org/jquery/jquery-slideshow-js-plugin/

⇱ jQuery Slideshow.js plugin - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

jQuery Slideshow.js plugin

Last Updated : 26 Jul, 2024

Slides.js is a responsive slideshow plugin for jQuery with features like touch and CSS3 transitions. It helps in implementing slideshow easily along with animations that run smoothly on devices.

Its features are as follows:

  • Responsive: You can create responsive slideshows.
  • Touch: You can add touch movements in your slideshow.
  • CSS3 transitions: You can add animations that run perfectly well in your slideshow.

To use this plugin, simply add the CDN link just above the body tag:

<script src="//code.jquery.com/jquery-latest.min.js"></script>

<script src="jquery.slides.min.js"></script>

Example:

Output:

Comment

Explore