Fixed bugs
Worked with Ruby on Rails
Fix video play on webpage heroes
For a nonprofit website built with Ruby on Rails. Web page heroes could have videos added to them, but the videos would not play. It turned out that the website was built before browsers were updated to disallow autoplay with sound. 

Forcing mute by adding `mute:1` to the player parameters allows the video to play on page load and page refresh.