html - Hide vimeo play bar in bootstrap -
i'm trying find out how hide play bar in bootstrap vimeo embed.
here's bootply
i tried doing based off this guy's code
but had no luck getting work within bootstrap.
you can use css this.
to hide controls added display none controls div
div.controls { display: none; }
you can specific controls just progress bar or play button. it's you.
Comments
Post a Comment