Hi,
Since introducing Revolution Slider compatibility to Enfold, I’ve had a slider on my homepage, but I’ve recently noticed that the HTML5 video on the first slide doesn’t play in Safari. It’s fine in Chrome and Firefox, and I have .webm, .mp4 and.ogv videos hooked up via the slider admin, so I’m not sure where the issue lies?
Thanks in advance for any insight you can offer!
Graeme
Okay, I found a fix for my issue – here it is in case anyone else experiences something similar:
# Exempt movies from password protection to prevent extra login prompts
<Files ~ "\.(mp4|m4v)>
AddType video/mp4 mp4
order allow,deny
allow from all
satisfy any
</Files>
Throw this into your htaccess file and see if it fixes your problem (my site requires a login at the moment to view whilst in dev, so I’m assuming that it was still requiring an additional login to view the video – this should bypass that.)