Skip to content

Instantly share code, notes, and snippets.

@Razikus
Created April 17, 2020 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Razikus/5d3c7beb4971a1b431b11e10103124ea to your computer and use it in GitHub Desktop.
Save Razikus/5d3c7beb4971a1b431b11e10103124ea to your computer and use it in GitHub Desktop.
<style>
body {
background: url("{{msg.payload}}") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#Home_Default {
display: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment