In searching, I came across this that says Vimeo doesn\'t support it yet. But I was wondering if anyone has found clever ways around it still?
https://vimeo.com/foru
2020 answer
Use Vimeo SDK
Set controls option to false
var options = { id: '116582567', width: '800', controls: false } Player = new Vimeo.Player('video', options); Player.play();