Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

co-IT/video-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the website

You need a Webservier to run this demo. For example you can use adsf.

$ gem install adsf
$ cd </path/to/project-directory/>
$ adsf

Add a new video

Videos should be stored in the directory media/. If you want the new video to be displayed on the website open the index.html. Append the following html snipped to the div-container .intro.

<div class="intro">
  <!-- other stories -->
  <div class="story">
    <div class="video">
      <video type="video/mp4" src="./media/<title-of-the-video>.mp4"></video>
    </div>
    <div class="video-overlay">
      <div class="mission-statement">
        <h1>[YOUR TITLE]</h1>
        <h3>[YOUR MESSAGE]</h3>
      </div>
    </div>
  </div>
</div>

About

Playing with html-video elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published