mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix: connect html eject skins to media-provider
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
"
|
||||
>
|
||||
<video
|
||||
slot="media"
|
||||
src="https://stream.mux.com/A3VXy02VoUinw01pwyomEO3bHnG4P32xzV7u1j1FSzjNg/high.mp4"
|
||||
playsinline
|
||||
poster="https://image.mux.com/A3VXy02VoUinw01pwyomEO3bHnG4P32xzV7u1j1FSzjNg/thumbnail.webp"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import './minimal.css';
|
||||
import '@videojs/html/icons';
|
||||
import '@videojs/html/define/media-container';
|
||||
// be sure to import media-provider first
|
||||
import '@videojs/html/define/media-provider';
|
||||
import '@videojs/html/define/media-container';
|
||||
import '@videojs/html/define/media-play-button';
|
||||
import '@videojs/html/define/media-mute-button';
|
||||
import '@videojs/html/define/media-volume-slider';
|
||||
|
||||
Reference in New Issue
Block a user