Resizes the video to cover the whole viewable area
Fullscreen video by jremi
Details
Authorjremi
LicenseNo License
Categorywww.hidive.com
Created
Updated
Size489 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fullscreen video
@namespace USO Archive
@author JRemi
@description `Resizes the video to cover the whole viewable area`
@version 1
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.hidive.com/stream/") {
#rmpPlayer {
width: calc(100vw) !important;
height: calc(95vh) !important;
}
.container-fluid {
padding: 0 0 0 0;
margin: 0 0 0 0;
}
}