Skip to content

Instantly share code, notes, and snippets.

@AurelienLavorel
Created May 15, 2016 14:27
Show Gist options
  • Save AurelienLavorel/ff083be3ad74640c97ca4dd91cd3d89a to your computer and use it in GitHub Desktop.
Save AurelienLavorel/ff083be3ad74640c97ca4dd91cd3d89a to your computer and use it in GitHub Desktop.
Add fancy background
<script>
jQuery('body, html').css({
'background-image': 'url(https://source.unsplash.com/category/nature/' + jQuery(window).width() + 'x' + jQuery(window).height() + ')',
'background-size': jQuery(window).width() + 'px ' + jQuery(window).height() + 'px'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment