Files
Swiftgram/submodules/TelegramUniversalVideoContent/PlayerSource/src/style.css
2024-10-11 21:26:03 +04:00

16 lines
172 B
CSS

html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
video {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
object-fit: fill;
}