Skip to content

Instantly share code, notes, and snippets.

@robotlolita
Created March 17, 2011 17:18
Show Gist options
  • Save robotlolita/874733 to your computer and use it in GitHub Desktop.
Save robotlolita/874733 to your computer and use it in GitHub Desktop.
function beasFadeSlideShow(tag, images) {
var mygallery=new fadeSlideShow({ wrapper_id: tag
, dimensions: [500, 333]
, image_array: images.slice(0)
, display_mode: {type: 'auto', pause: 2500, cycles: 0, wrap_around: false}
, fade_duration: 500
, desc_reveal: "ondemand"
, toggler_id: "" })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment