Okay
  Public Ticket #152124
Video Background not loading in Firefox
Closed

Comments

  • Zech started the conversation
    Hey guys! So I love the theme however I've added all the necessary videos for the video background option in the nivo slider, mp4, webm, ogv and I still can't seem to get the video to load on Firefox. Any help would be great! Thank you
  •  982
    ThemeNectar replied

    Hey Zech!

    Some servers require you to add the media types supported in the .htaccess file in order for them to parse the files. Open up your .htaccess file located in the root of your WordPress install and add this:

    AddType video/mp4 mp4 
    AddType video/mp4 m4v 
    AddType video/ogg ogv 
    AddType video/webm webm 
    AddType video/webm webmv

    Cheers :)
     

  • Zech replied

    I don't seem to have an .htaccess file. Should I create one?

  •  982
    ThemeNectar replied

    Weird - WordPress usually creates one by default, but try and create one there.

    Cheers :)