Skip to content

Instantly share code, notes, and snippets.

@leemartin
Created March 1, 2012 03:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save leemartin/1947138 to your computer and use it in GitHub Desktop.
Save leemartin/1947138 to your computer and use it in GitHub Desktop.
Stratus Customization
<script type="text/javascript">
$(document).ready(function(){
$stratus({
auto_play: true,
download: false,
links: 'http://soundcloud.com/qotsa',
random: true
});
});
</script>
@flyingrub
Copy link

<script type="text/javascript">
  $(document).ready(function(){
    $.stratus({
      auto_play: true,
      download: false,
      links: 'http://soundcloud.com/qotsa',
      random: true
    });
  });
</script>

it seems you forgot a dot ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment