@voltra/vue-player
Version:
A Vue port of react-player: components for playing a variety of URLs including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, DailyMotion
2 lines (1 loc) • 779 B
CSS
.vue-player--facebook,.vue-player--streamable,.vue-player--wistia,.vue-player--twitch{width:100%;height:100%}.vue-player--dailymotion{display:block;width:100%;height:100%}.vue-player--mixcloud,.vue-player--kaltura{width:100%;height:100%}.vue-player__preview,.react-player__preview{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-size:cover;background-position:center;cursor:pointer}.vue-player__shadow,.react-player__shadow{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background:radial-gradient(#0000004d,#0000 60%);border-radius:64px}.vue-player__play-icon,.react-player__play-icon{margin-left:7px;border-style:solid;border-width:16px 0 16px 26px;border-color:transparent transparent transparent white}