Documentation

Nivo Gallery Options

Below is a list of the options you can change when you call Nivo Gallery and their default values:

$('#gallery').nivoGallery({
    pauseTime: 3000,
    animSpeed: 300,
    effect: 'fade',
    startPaused: false,
    directionNav: true,
    progressBar: true
});

List of Options

  • pauseTime – Type: Number Default: 3000
    The amount of time to show each slide in milliseconds
  • animSpeed – Type: Number Default: 300
    The duration of the transition animation
  • effect – Type: String Default: fade
    The name of the transition effect to use (only “fade” is available at the moment)
  • startPaused – Type: Boolean Default: false
    If true the gallery will start in a paused state
  • directionNav – Type: Boolean Default: true
    Use direction navigation in the gallery (previous and next arrows)
  • progressBar – Type: Boolean Default: true
    Show an animated progress bar at the top of the gallery between transitions while playing