Created
August 1, 2012 14:30
-
-
Save milohuang/3227333 to your computer and use it in GitHub Desktop.
Foundation 3: Two Orbits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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