Last active
January 8, 2020 05:43
-
-
Save onishy/a03da33f86c10a8d5e0806cf4e92c40d to your computer and use it in GitHub Desktop.
übersicht-video-background
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 | |
| z-index : -100 | |
| """ | |
| # Update the rendered output. | |
| update: (output, domEl) -> | |
| # Get our main DIV. | |
| div = $(domEl) | |
| video = 'kako.widget/kako.mp4' | |
| # Set the HTML of our main DIV. | |
| div.html("<div id='container'><video preload autoplay muted loop height='900'><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