mirax-player
Advanced tools
Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8
@@ -41,2 +41,3 @@ | ||
margin: 0 auto; | ||
float: inherit; | ||
position: relative; | ||
@@ -43,0 +44,0 @@ width: 100%; |
{ | ||
"name": "mirax-player", | ||
"version": "3.0.0-alpha.7", | ||
"version": "3.0.0-alpha.8", | ||
"description": "Mirax Player is a video player that is compatible with TypeScript and JavaScript for React, Vue, Angular and Svelte.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -397,3 +397,3 @@ <p align="center"> | ||
<div class='whatever'> | ||
<video bind:this={video} class="mirax-player" src="clip3.mp4"> | ||
<video bind:this={video} class="mirax-player" src="clip.mp4"> | ||
<track kind="captions" src="" label="English" default> | ||
@@ -412,3 +412,2 @@ </video> | ||
---------- | ||
@@ -421,10 +420,51 @@ ## Style | ||
- Left | ||
```css | ||
.whatever { | ||
margin: 0 auto; | ||
position: relative; | ||
width: 100%; | ||
float: left; | ||
text-align: left; | ||
} | ||
``` | ||
------------ | ||
- Center | ||
```css | ||
.whatever { | ||
position: relative; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
``` | ||
------------ | ||
- Right | ||
```css | ||
.whatever { | ||
position: relative; | ||
width: 100%; | ||
float: right; | ||
text-align: right; | ||
} | ||
``` | ||
---------------- | ||
-------------- | ||
@@ -431,0 +471,0 @@ ## Colors |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43022
729
526