video transparent
by poselab
HTML
<div style="background-color:blue;">
<div style="width:200px; height:600px; background-color:transparent;">
<video width="100%" height="100%" style="background-color:transparent;" controls>
<source src="http://www.w3schools.com/html/movie.mp4" type="video/mp4">
<source src="http://www.w3schools.com/html/movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
<br />
<div style="width:600px; height:200px; background-color:transparent;">
<video width="100%" height="100%" style="background-color:transparent;" controls>
<source src="http://www.w3schools.com/html/movie.mp4" type="video/mp4">
<source src="http://www.w3schools.com/html/movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
</div>