The background color of the Video.Taxi player can be adjusted as follows:
- Append to player src-URL the following parameter
bg_color=red
|bg_color=%23ff8800
to set the background color of the player. - Please note: use HTML standard colors (like
red
,yellow
, etc) or HEX colors. The "#"-Sign must be URL encoded as%23
. - Please note: if you use more params, you join them by
&
sign. Like?param1=true¶m2=false
Example for iFrame:
<iframe width="850" height="478" src="https://service.video.taxi/embed/JHUVZvtwHJxG?bg_color=white" frameborder="0" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe>