Skip to content

Instantly share code, notes, and snippets.

@syavorsky
Created December 3, 2015 18:49
Show Gist options
  • Save syavorsky/2b2ea91b36e7b40a34d5 to your computer and use it in GitHub Desktop.
Save syavorsky/2b2ea91b36e7b40a34d5 to your computer and use it in GitHub Desktop.
<script src="http://bgpatterns.com/widget.js" data-bgpatterns></script>
<script>
BGPatterns
.on('update', function(url) { document.body.style.backgroundImage = 'url(' + url + ')'; })
.on('open', function() { console.log('Open' );})
.on('close', function() { console.log('Closed' );})
.open();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment