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.
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.