Skip to content

Instantly share code, notes, and snippets.

@odyright
Created August 26, 2017 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odyright/d3e798a6a7c298c2a4a223da5dbd5821 to your computer and use it in GitHub Desktop.
Save odyright/d3e798a6a7c298c2a4a223da5dbd5821 to your computer and use it in GitHub Desktop.
Slider-revolution-js
//REVOLUTION SLIDER
$('.fullwidthbanner').revolution(
{
delay:59000,
startheight:640,
disableProgressBar: 'off',
spinner: 'spinner1',
hideThumbs:200,
stopAfterLoops:0,
minHeight: 500,
spinner: 'spinner1',
hideThumbs:200,
stopAfterLoops:0,
navigationType:"bullet",
navigationArrows: "verticalCentered",
navigationStyle:"preview1",
shadow:1,
fullWidth:"on",
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment