The title/subtitle can be hidden in Video.Taxi player as follows:
- Append to player src-URL the following parameter
title=false
to force-disable the title+subtitle in the player. - 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?title=false" frameborder="0" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe>