Hi there,
I'm using the Revolution Slider Plugi for the slider in my website, but in the home page we need to insert a video background. In Firefox it is ok while in IE and Chrome the video background not appear.
The video is a webem video, and was uploaded via Media Library, I've other website with video background on slider and this is the first time that it's happen.
Do you have any ideas about this?
You can see here: http://www.melepla.co.uk/autodesk/
Kind regards.
This reply has been marked as private.
Ok, I've solved by myself.
The problem was depending by WEBEM video format that in IE is not supported but I don't know why in Chrome doesn't work.
The solution is:
- using a Mp4 video instead a Webem video
- adding the following code into .htaccess file
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
Thanks for the update on your issue.
#CHEERS.