Code4SocialGood / c4sg-web

Code for Social Good connects non-profits and open source projects with tech volunteers
http://code4socialgood.org/
MIT License
88 stars 187 forks source link

Featured Video Displaying Again on Home Page #1833

Closed Outte closed 6 years ago

Outte commented 6 years ago

This is my first attempt at displaying the featured video again on the home page. It should resolve #1831. I think Angular tries to autoplay the video before the video element is created in the DOM. In this Pull Request, Angular should now wait until the video element is created before trying to autoplay.