Hello!
I have looked at some other options in the support threads, but none of the solutions I saw seems to work.
Is there a way to get the full-width easy slider image and captions to load faster on one page only?
Link is below. The page ID is 330.
Thanks in advance for any help you can give!
Hey Julie,
What have you tried so far? I guess you could try to optimise your images, have you tried that?
Thanks,
Rikard
Hey Rikard,
Yes, the images are optimized– what I was wondering is how to speed up the animation so the fade-in happens faster and the captions come in faster?
Hoping maybe there is a way to do it with Quick CSS or child theme functions file…
Thanks for your help, sorry I was not clearer in my original question.
Hi,
Thank you for the info. Please add this in the Quick CSS field:
.js_active .avia-slideshow li:first-child {
visibility: visible !important;
opacity: 1 !important;
}
Remove browser cache or hard refresh the page.
Best regards,
Ismael
Hi Ismael,
This definitely makes it look like it is loading faster, and the client is good with this fix.
Thank you!