I create a simple html that plays a mp4 video.
<video controls="">
<source src="https://www.sustainablewestonma.org/wp-content/themes/twentytwelve-child/uploads/video_5dc84eed70712951301402.fixgasleaks" type="video/mp4">Your browser does not support the video tag.
</video>
On a desktop it works fine. On a Iphone, I get a grey circle with a white triangle in it (the play button). When I push the button the video plays. How do you display the first frame as the default image for the video?