Skip to content

Instantly share code, notes, and snippets.

@machwatt
Created March 9, 2015 08:05
Show Gist options
  • Save machwatt/ca0256f885c0a983e43b to your computer and use it in GitHub Desktop.
Save machwatt/ca0256f885c0a983e43b to your computer and use it in GitHub Desktop.
sf_filecollection_gallery Page Configuration for bxslider integration
page {
includeCSS {
bxSlider = path/to/bxslider/jquery.bxslider.css
anotherStyle = your/styles.css
}
includeJS {
# if you did not already include jquery, bxSlider need jquery
jquery = //ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
jquery.external = 1
bxslider = path/to/bxslider/jquery.bxslider.min.js
bxsliderInit = your/js/init.js
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment