Hi Team,
I hope everyone is having a fabulous week. I’m encountering a small issue and was wondering if anyone might know how to fix it. I have a CMS slider that includes a CMS-driven gradient overlay on each slide, with the gradient displaying a different color for each slide.
The slider works well on desktop; however, when viewed on mobile, there’s a slight delay in loading the gradient when the slider auto-plays.
Does anyone know how to resolve this issue on the mobile version?
You can see the link here:
Here is the code I’m using for the CMS gradient:
<div class="bg-colour-projects" style="background-image: linear-gradient(90deg, **inserted colour swatch from CMS** 0%, rgba(0,0,0,0) 100%);"></div>