Reputation: 4423
I have an embeddable vimeo player iframe that does not work on iphone, ipad, or mac when Safari is used. The video works on all other browsers and devices.
Here is a example of what I am doing (with a random video):
<iframe src="http://player.vimeo.com/video/6691519" width="500" height="375" frameborder="0" webkitallowfullscreen mozallow fullscreen allowfullscreen></iframe>
I must use vimeo iframes.
Upvotes: 2
Views: 2984
Reputation: 78
I'm on safari 6.0.5 on Mac, and it worked fine for me in the jsfiddle, did you install any extra security in your browser?
Upvotes: 1