@playkit-js/playkit-js
Version:
[](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml) [ • 1.66 kB
CSS
.playkit-container {
position: relative;
width: 100%;
height: 100%;
color: #fff;
outline: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.playkit-engine {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: contain;
}
.playkit-engine video::-webkit-media-controls-panel,
.playkit-engine video::-webkit-media-controls-panel-container,
.playkit-engine video::-webkit-media-controls-start-playback-button,
.playkit-engine video::-webkit-media-controls-play-button {
display: none;
-webkit-appearance: none;
}
.playkit-poster {
position: absolute;
display: block;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
background-color: var(--playkit-player-background-color);
pointer-events: none;
}
.playkit-subtitles {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
pointer-events: none;
margin-bottom: 5px;
}
.playkit-black-cover {
position: absolute;
width: 100%;
height: 100%;
background-color: black;
pointer-events: none;
}
.playkit-size-iframe {
width: 100%;
height: 100%;
position: absolute;
border: 0;
z-index: -100;
}
.playkit-in-browser-fullscreen-mode {
width: 100% ;
height: 100% ;
position: fixed ;
top: 0 ;
left: 0 ;
/*added for blocking element with fixed position which could be on the top of the player */
z-index: 999999 ;
}