Video 100% width and height

后端 未结 13 1991
Happy的楠姐
Happy的楠姐 2020-12-08 06:37

I have a video, and I want it to FILL 100% of the width, and 100% of the height. And keep the aspect ratio.

Is it possible that it at least fills 100% for both? And

13条回答
  •  北海茫月
    2020-12-08 06:58

    use this css for height

    height: calc(100vh) !important;
    

    This will make the video to have 100% vertical height available.

提交回复
热议问题