Video 100% width and height

后端 未结 13 1995
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 07:20

    I am new into all of this. Maybe you can just add/change this HTML code. Without need for CSS. It worked for me :)

    width="100%" height="height"
    

提交回复
热议问题