From 728b0993f5d343c9c5946ce5dc103253048a82e3 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Sun, 28 Jan 2024 03:09:31 +0100 Subject: feat(frontend): refine video player and tweak sources --- resources/src/css/tubo.scss | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'resources/src/css') diff --git a/resources/src/css/tubo.scss b/resources/src/css/tubo.scss index 5d795f8..91d33fa 100644 --- a/resources/src/css/tubo.scss +++ b/resources/src/css/tubo.scss @@ -8,11 +8,18 @@ @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "video.js/dist/video-js.css"; +@import "@silvermine/videojs-quality-selector/dist/css/quality-selector.css"; -video[poster] { +.vjs-tubo .vjs-poster img { object-fit: cover; } -.vjs-poster { - background-size: cover !important; - background-position: inherit; + +.vjs-tubo .vjs-control-bar { + background: none; +} + +.vjs-tubo .vjs-big-play-button, .vjs-tubo.vjs-paused .vjs-big-play-button { + background: none; + font-size: 120px; + border: none; } -- cgit v1.2.3