fix: video radio

This commit is contained in:
Rogee
2024-12-28 12:22:56 +08:00
parent 549b18daf0
commit 464937cf84

View File

@@ -157,7 +157,7 @@ const play = (hash, type) => {
#video {
background-color: #cccccc;
aspect-ratio: 4 / 3;
aspect-ratio: 16 / 9;
width: 100%;
object-fit: fill;
}