UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

35 lines (31 loc) 567 B
import "../../chunks/chunk.LNH2V2XS.js"; import { css } from "lit"; const basePlayerStyles = css` :host { display: block; contain: content; background: #000; } :host([hidden]) { display: none; } ::slotted(vds-media-ui) { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; /* Position above media container. */ z-index: 1; } .provider { width: 100%; height: 100%; pointer-events: auto; touch-action: manipulation; } `; export { basePlayerStyles };