Skip to content

Commit 0c108b5

Browse files
authored
fix video cropped in fullscreen (#1054)
1 parent 6762c43 commit 0c108b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,3 +593,7 @@ div.testimonials a:hover .wm-name {
593593
right: 0;
594594
pointer-events: auto;
595595
}
596+
597+
video:fullscreen {
598+
object-fit: contain !important;
599+
}

0 commit comments

Comments
 (0)