We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be25d4d commit b83a93aCopy full SHA for b83a93a
1 file changed
video/video.html
@@ -6,7 +6,7 @@
6
/* 限制视频高度,并使其按比例缩放以适应页面的宽度 */
7
#myVideo {
8
max-width: 100%;
9
- height: auto;
+ height: 95%;
10
}
11
</style>
12
<meta name="viewport"
0 commit comments