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/forums/topic:37769
Here's an image:
just wanted to update anyone new looking at this. It now appears to be possible to have an embeded video without any of the controls, by using an experimental feature: background=1
you can then use the js-api to control the video (pause, play, etc).
<iframe src="https://player.vimeo.com/video/76979871?background=1" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen> </iframe>
See the forum post here: https://vimeo.com/forums/help/topic:278001
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();
<script src="https://player.vimeo.com/api/player.js"></script> <div id="video"></div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With