Hello-
re: www.achieva.us
Video plays fine now on PC and android mobile. I have been trying to get the video to play on IPad and IPhone but cannot. Does not play on either Chrome or Safari. I tried adding controls to my code (see below), tried ogv file (now commented out), tried adding an .htaccess file to directory, and also ran the file through Handbrake to optimize. Nothing works.
<div class="video-wrap">
<video poster="http://www.achieva.us/images/Captoss.png" preload="auto" loop autoplay controls="true" muted>
<source src="http://www.achieva.us/videos/CaptossA.mp4" type="video/mp4" />
<source src="http://www.achieva.us/videos/Captoss.webm" type="video/webm" />
<!--<source src="http://www.achieva.us/videos/Captoss.ogv" type="video/ogg" />-->
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.45);"></div>
</div>I understand autoload not working but shouldn't there at least be controls for playing-
any solutions?
