Showing
2 changed files
with
7 additions
and
2 deletions
@@ -102,7 +102,7 @@ | @@ -102,7 +102,7 @@ | ||
102 | </script> | 102 | </script> |
103 | 103 | ||
104 | <template> | 104 | <template> |
105 | - <div :class="prefixCls" class="w-full h-full" :style="getWidthHeight"> | 105 | + <div :class="prefixCls" class="!w-full h-full" :style="getWidthHeight" style="min-height: 100%"> |
106 | <video | 106 | <video |
107 | ref="videoPlayEl" | 107 | ref="videoPlayEl" |
108 | class="video-js vjs-big-play-centered vjs-show-big-play-button-on-pause !w-full !h-full" | 108 | class="video-js vjs-big-play-centered vjs-show-big-play-button-on-pause !w-full !h-full" |
@@ -146,7 +146,12 @@ | @@ -146,7 +146,12 @@ | ||
146 | </script> | 146 | </script> |
147 | 147 | ||
148 | <template> | 148 | <template> |
149 | - <div :class="prefixCls" class="!w-full h-full flex" :style="getWidthHeight"> | 149 | + <div |
150 | + :class="prefixCls" | ||
151 | + class="!w-full h-full flex" | ||
152 | + :style="getWidthHeight" | ||
153 | + style="min-height: 100%" | ||
154 | + > | ||
150 | <video | 155 | <video |
151 | ref="videoPlayEl" | 156 | ref="videoPlayEl" |
152 | class="video-js vjs-big-play-centered vjs-show-big-play-button-on-pause !w-8/10 !h-full" | 157 | class="video-js vjs-big-play-centered vjs-show-big-play-button-on-pause !w-8/10 !h-full" |