Skip to content

Instantly share code, notes, and snippets.

@onishy
Created January 6, 2017 06:32
Show Gist options
  • Save onishy/a6c2745ab76bd6cd8ef09b4f330146a8 to your computer and use it in GitHub Desktop.
Save onishy/a6c2745ab76bd6cd8ef09b4f330146a8 to your computer and use it in GitHub Desktop.
Übersicht video wallpaper
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