Skip to content

Latest commit

 

History

History

odo-background-video

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Odo Background Video

Add a odo video component which plays in the background when

Install

npm install @odopod/odo-background-video --save

Quick Start

import OdoBackgroundVideo from '@odopod/odo-background-video';

const backgroundOne = new OdoBackgroundVideo(document.querySelector('#background-example-one'));

Visit the Odo component directory for demos, code examples, and documentation.