更改html5视频元素的背景颜色 [英] Change background-color of html5 video element

查看:2168
本文介绍了更改html5视频元素的背景颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下网站:
beta.leifsigersen.com

I've got the following website: beta.leifsigersen.com

前端有一部电影,有时需要一段时间才能载入(有时少于一秒,有时几秒)。在电影加载之前,有黑色背景/边框。如何更改此颜色?

There's a movie on the front page which sometimes takes a little while to load (sometimes less than a second, sometimes a few seconds). Before the movie is loaded there's black background/borders. How can I change the color of this?

我试图使用视频元素的CSS,但没有运气。

I've tried to use CSS of the video-element, but without any luck.

推荐答案

试用此CSS:

.pk_video {
     background-color: red !important; /* or whatever you want */
}

这篇关于更改html5视频元素的背景颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆