Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created August 1, 2012 14:30
Show Gist options
  • Save milohuang/3227333 to your computer and use it in GitHub Desktop.
Save milohuang/3227333 to your computer and use it in GitHub Desktop.
Foundation 3: Two Orbits
<script type="text/javascript">
$(window).load(function() {
$('#imagesilder').orbit(); // image slider
});
$(window).load(function() {
$('#contentsilder').orbit({ fluid: '16x9' }); // required: set the ratio for content sliders
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment