Adding border-radius for embedded YouTube video

后端 未结 11 963
梦谈多话
梦谈多话 2020-12-17 09:09

Please see this fiddle. Notice instantly before loading the border-radius works fine. A few milliseconds later the rounded corners disappear.

How can I

11条回答
  •  情歌与酒
    2020-12-17 09:37

    At first the browser treats it like any other block element and applies the border radius. Then the flash object finishes loading and just goes over the top, as there is no way to use border radius on a flash object, they disappear.

提交回复
热议问题