Skip to content

Instantly share code, notes, and snippets.

@onishy
Last active January 8, 2020 05:43
Show Gist options
  • Select an option

  • Save onishy/a03da33f86c10a8d5e0806cf4e92c40d to your computer and use it in GitHub Desktop.

Select an option

Save onishy/a03da33f86c10a8d5e0806cf4e92c40d to your computer and use it in GitHub Desktop.
übersicht-video-background
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