react-awesome-player
Version:
video.js component for React
30 lines (25 loc) • 530 B
HTML
<html>
<head>
<title>React Awesome Player</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
* {
margin: 0;
padding: 0;
}
.test-demo {
width: 100%;
margin: 0 auto;
max-width: 1000px ;
}
.react-awesome-player {
position: relative;
width: 100%;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="bundle.js"></script></body>
</html>