Issue
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?
I've tried to use CSS of the video-element, but without any luck.
Solution
Try this CSS:
.pk_video {
background-color: red !important; /* or whatever you want */
}
Answered By - mahega
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.