diff options
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/modules/plyr/custom_plyr.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/youtube/static/modules/plyr/custom_plyr.css b/youtube/static/modules/plyr/custom_plyr.css index 7658321..9edaa15 100644 --- a/youtube/static/modules/plyr/custom_plyr.css +++ b/youtube/static/modules/plyr/custom_plyr.css @@ -20,3 +20,12 @@ e.g. Firefox playback speed options */ .plyr:fullscreen video { max-height: initial; } + +.plyr__preview-thumb__image-container { + width: 158px; + height: 90px; +} + +.plyr__preview-thumb { + bottom: 100%; +} |