Created
January 6, 2017 06:32
-
-
Save onishy/a6c2745ab76bd6cd8ef09b4f330146a8 to your computer and use it in GitHub Desktop.
Übersicht video wallpaper
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
| refreshFrequency: false | |
| style: """ | |
| top : 0px | |
| left : 0px | |
| height : 1300px | |
| z-index : -100 | |
| """ | |
| # Update the rendered output. | |
| update: (output, domEl) -> | |
| # Get our main DIV. | |
| div = $(domEl) | |
| video = 'BadApple.widget/BadApple.mp4' | |
| # Set the HTML of our main DIV. | |
| div.html("<div id='badapple'><video preload autoplay muted loop height='1300'><source src='" + video + "' type='video/mp4'><p> hemi </p></video></div>") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment