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

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -