Hello. I’m trying to figure out how to remove those encircled in the screenshot below. Is it possible?
How are you embedding this video into your page? are you using an embed or a video player?
If it’s an embed you can add ?controls=0 to the URL of the video and it should remove any vimeo controls. Alternatively check their documentation for finding more specific queries to disable only some parts of it.
I used code embed but it plays using the video player. This is my code.
You can use this iframe to hide the title and name
<iframe src="https://player.vimeo.com/video/1024597967?badge=0&autopause=0&player_id=0&app_id=58479&title=0&byline=0&portrait=0&" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
It works! Thanks, man. How about the like, watch later, and share button?
You can remove those only if you completely remove controls but that way you won’t have the progress bar and play pause buttons at the bottom. Judging by a quick google search it seems that only premium accounts have specific controls to remove them but perhaps there is some other way, chatGPT can be helpful in those situations