3d-vid
v1.0.6
Published
3d video rotating package
Downloads
20
Maintainers
Readme
3D-VID
Table of Contents
Introduction
Installation
npm i 3d-vid
Usage
<div class="video-holder" id="showreel">
<div class="video-media">
<video id="myVideo" >
<source src="VideoPath.mp4">
</video>
</div>
<div class="video-media">
<video id="myVideo" >
<source src="VideoPath.mp4">
</video>
<h1 class="video-title">OUR REEL</h1>
</div>
<div class="video-button" id="button">press</div>
Click to full screen video
<a onclick="openFullscreen()">
<div class="video-holder" id="showreel">
.....
</div>
<a/>