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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -