/ubersicht-video-widget

An HTML5 video widget for Übersicht

Primary LanguageCoffeeScriptGNU Affero General Public License v3.0AGPL-3.0

ubersicht-video-widget

Meta

Author: Paul B. Hartzog
Year: 2015
WWW: http://paulbhartzog.org
Github: http://github.com/paulbhartzog

##Requirements: Übersicht: http://github.com/felixhageloh/uebersicht/

Instructions

  • This widget uses the HTML5 "video" tag to place a video into Übersicht
  • This widget has been tested with .mp4 files.
  • Simply fill in the video tag as you desire (For html5 video tutorials see: http://www.w3schools.com/html/html5_video.asp

While you can use this widget to embed small videos, you can also make the video the size of your entire desktop and have it work like a desktop wallpaper. :-)

Example:

    <video width="360" loop controls autoplay>
      <source src="movie.widget/SampleVideo_360x240_1mb.mp4" type="video/mp4">
      Your browser does not support the video tag.
    </video>

Acknowledgments