Responsive fullscreen youtube video with no black bars?

后端 未结 8 1788
执笔经年
执笔经年 2020-12-08 10:20

I have a fullscreen youtube video embedded on my website.

\"enter

It looks goo

8条回答
  •  死守一世寂寞
    2020-12-08 10:53

    I spent a lot of time trying to figure this out but here's a simple CSS solution that works for me using Flexbox. Basically, put the video in a container with position absolute and width and height 100% and the make it display:flex and center the content!

    https://medium.com/@rishabhaggarwal2/tutorial-how-to-do-full-screen-youtube-video-embeds-without-any-black-bars-faa778db499c

提交回复
热议问题