Support Home › Support Home › Hoskia › WordPress Theme › Slider parallax
Hi,
I have a few questions about slider/banner parallax effect:
1) is it possible to turn it off for specific devices/viewport sizes? (e.g. turn it off for res. bellow 992px)
2) is it possible to turn if off completely?
3) is it possible to adjust how much movement there is?
Thanks,
Vinko
Hi Vinko,
We are really sorry to say that there have not such options in the script that we have used for the slider/banner parallax effect.
Best Regards,
ThemeLooks Support Team
Hi,
thanks for the answer. I managed to do what I intended by adding
.banner--img {
transform: none !important;
}
to the CSS. This way the image is fixed, while the background keeps moving, which makes the slider look less “nervous”, especially on mobile, Chrome particularly.
In this issue, you could use the CSS below to stop moving (parallax effect) the background image.
.banner--bg {
transform: none !important;
}
Best Regards,
ThemeLooks Support Team