There is an HTML video with an image that loads initially and then disappears to play the video.
I would like the image to always be visible until I click on it. Once clicked, the video should start playing.
You can view the code on JSFiddle:
http://jsfiddle.net/pwxcvxe8/173/
We have attempted using autoplay = ""
and removing autoplay from the video tag, but without success.
What changes do I need to make in order for the video to play when the image is clicked?