Adjust video size to use the full viewport
kissanime.com.ru Fullscreen Video by jremi
Details
Authorjremi
LicenseNo License
Categorykissanime.com.ru
Created
Updated
Size335 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@name kissanime.com.ru Fullscreen Video
@namespace USO Archive
@version 1
@-moz-document url-prefix("https://kissanime.com.ru/Anime/") {
#container {
width: 100vw !important;
}
#centerDivVideo {
max-width: 100vw !important;
}
#player_container {
width: 100vw !important;
height: 95vh !important;
}
}