diff --git a/src/component/HomePage/scaleVideo.vue b/src/component/HomePage/scaleVideo.vue index 27770df1..dbcf44f8 100644 --- a/src/component/HomePage/scaleVideo.vue +++ b/src/component/HomePage/scaleVideo.vue @@ -77,17 +77,19 @@ export default defineComponent({ left: 50%; top: 50%; transform: translate(-50%,-50%); - width: 80%; - height: auto; - max-height: 80vh; + // width: 80%; + // height: auto; + // max-height: 80vh; + // width: max-content; position: absolute; - width: max-content; video{ - width: 100%; + // width: 100%; + // max-height: 80vh; + // height: 100%; + // object-fit: contain; + // width: max-content; max-height: 80vh; - height: 100%; - object-fit: contain; - width: max-content; + max-width: 80vw; } .general_video_btn{ color: #fff;