Slider revolution IE11 problem

Hi,

I am using Slider Revolution and it’s looking great in every browser apart from IE11. However, in IE11, only the top half of the background image is showing. Unfortunately my client uses IE11 so there’s no way I can ignore this. Can you advise on how to fix it? My side is meadowsidefiley.co.uk I can provide login details.

Thanks.

Hi @sarammog,

Thank you for writing in, please add this to your Slider Custom CSS area.

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.tp-shape.tp-shapewrapper.rs-layer {
		height: 60vw !important;
	}
}

Feel free to adjust the value where you see it fits.

Hope it helps,
Cheers!

1 Like

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