Iframe Alternative for Vimeo Video
Hi Everybody,
I'm embedding a Vimeo video (DW 2014) I originally used the code Vimeo gives you, which is the code inside an iframe.
<iframe src="https://player.vimeo.com/video/33083564" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
The problem was it wasn't responsive on the mobile phone till I hit play. From what I understand iframe is not the way to go.
I tried.<embed src="http://www.example.com/ video/23564896" width=200 height=200 /> which worked, but it would need additional code, you can only hit play you can't stop it
Any suggestions?
Thank you.
Randy
