Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 312 Bytes

containerselector.md

File metadata and controls

12 lines (9 loc) · 312 Bytes

containerSelector

Type: String, Default: null

Use this option if you do not already have a reference to your slider's container element. Use container otherwise.

var mySlider = new Revolver({
  containerSelector: '#myslider',
  slidesSelector: '.slides'
});