I am currently working on the excursion project. So far I have been able to match up to the redline mock on the desktop version of the site in internet explorer. The video does not play and loop in my chrome browser. I have also been trying to get the page to view and function properly on my cell phone but have been unsuccessful thus far. I am asking for some assistance in the following areas:
how would I get the vid to play on chrome and my iphone
How can I scale everything to display teh same way from my phone
This ended up solving the problem for me. Including muted in the tag made the video play. Wouldn’t play without it. Which made absolutely no sense to me. However, I did find this in case anyone else was curious:
Blockquote
o what is the impact of this:
If a video with no sound is played programmatically it must be muted first. Therefore if a dynamic video is added to the page you must explicitly set video.muted = true after it is added to the DOM (or right before you play it).