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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -