background color issue css while processing
I've been suffering with her background colour issue while processing ziggeo video. Basically after selecting a thumbnail the background is a pale blue...
I've tried to account for this with:
<style>
.video-recorder-initial, .video-recorder-error, .video-recorder-progress {
background: #ffffff !important;
background-color: #ffffff !important;
}
</style>
<script>
This works to appoint whereby the background is now white the thumbnail selection but it still turns the pale blue while processing. Any suggestions
-
Hi Tim,
Just wanted to make sure that I am correctly understanding what you would like to do. You are trying to change the currently shown background and change it with the pure white background, through out all of the steps?
If so, can you please tell us which theme you are using?
It is often with CSS good to know the URL to the player or recorder in this case so that we can check it out and see any specific code that might be needed. This helps in cases where other codes are making it harder for changes to be applied - like you being required to be using !important; in the rules.
Regards,
Bane0
Please sign in to leave a comment.
Comments
1 comment