AnythingSlider

A jQuery Slider plugin for anything.


License
LGPL-3.0
Install
bower install AnythingSlider

Documentation

AnythingSlider jQuery Plugin

A very robust jQuery-based slider plugin. Need to link to a specific slide? No problem. Like a choice of themes? Got it. Need callbacks for when specific slider actions happen? Sure. Need custom tab names? You got it. Need more than one slider per page? Easy.

  • Having problems with installing or getting the plugin to work? Ask your question in the CSS-Tricks forums or on StackOverflow.
  • Find a bug or have an enhancement request? Submit it here

Main Demo

Related Projects

Download the full repo for a full set of all the cool stuff AnythingSlider can do.

CMS plugins/mods

Recent Changes

Version 1.9.6 (5/25/2016)

  • Video: Use https for YouTube api calls. Fixes issue #648.
  • Demos: Use https for external files. Fixes issue #646.

Version 1.9.5 (3/4/2016)

  • Dynamic video extension
    • Prevent reinitializing the video more than once.
    • Allow dynamically adding & removing videos; call .anythingSliderVideo() to update.
    • Add dynamic demo to video page.
    • All thanks to christian-seifert in pull #604!
  • Force vimeo iframe to use https to prevent iframe communication issues. Fixes issue #645.

Version 1.9.4 (11/15/2013)

  • Added aspectRatio so that the slider scales according to this ratio when the expand option is given. Thanks npn66nicke!