Slider Revolution Not Full Width (Edge + IE)

Not sure why, but our Slider Revolution hero video isn’t displaying as full width on Edge or IE.

It works on all the other sites that we have used this technique, so not sure why this bug is appearing on this site.

Thanks!

Hi Nuera,

Thank you for the credentials. I tried adding the following CSS code adjustment for IE and EDGE on your Theme Options > Global CSS:

@media screen\0 {
  .html5vid.fullcoveredvideo video{
    height:auto !important;
  }
}
@supports (-ms-ime-align:auto) {
  .html5vid.fullcoveredvideo video{
    height:auto !important;
  }
}

It is now fullwidth on both IE and EDGE. Please confirm.

1 Like

Looks perfect, thank you so much!!!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.