Tagged: fullscreen slider
Hi there, It maybe just the way I have implemented the slider, but its occurs on a couple of my posts in IE11, when scrolling down the fullscreen slider sometimes flickers over the top of the colour section below. Doesn’t seem to happen in chrome.
Any ideas? Thought it maybe to do with the video frame? Seems to occur when that is almost in full view
Hi!
I think that’s happening because of the parallax effect. I’d suggest disabling it on IE11, try adding this code to Quick CSS:
.avia-msie-11 .avia-fullscreen-slider .avia-slideshow > ul > li{
background-size: contain !important;
}
.avia-msie-11 .avia-fullscreen-slider .avia-slideshow-inner{
transform: none !important;
}
Cheers!
Josue
@Josue Genius! That seems to really have fixed it :) Thanks ever so much.
Is there any way of disabling the parallax effect on colour sections for mobile width? IE on windows phone does use the effect, but it becomes a little choppy.
Hey!
Try with this:
.avia_mobile .av-parallax {
transform: none !important;
}
Best regards,
Josue