I added the clients I work with in carrousel, take to much time to start the carrousel
and most of the time wont even start.
Is there a way to make if faster? or workable.
https://wmqgez-r2.myshopify.com/
Warm regards.
A store owner implemented a client logo carousel that experiences significant loading delays and frequently fails to start at all.
Issue Details:
Proposed Solutions:
Two community members provided nearly identical CSS-based fixes:
theme.css or base.css fileThe solutions differ slightly in timing values (2s vs 3s multiplier), both using calc(6 * Xs) to adjust the animation speed.
Status: The discussion remains open with no confirmation whether either solution resolved the performance issue.
I added the clients I work with in carrousel, take to much time to start the carrousel
and most of the time wont even start.
Is there a way to make if faster? or workable.
https://wmqgez-r2.myshopify.com/
Warm regards.
Hi @Artez ,
.ai-carousel-track-abulecwrqcuxytkuwbaigenblock0476ed6qw7q8k {
animation-duration: calc(6 * 2s) !important;
}
Thanks!
Hi @Artez
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.ai-carousel-track-abulecwrqcuxytkuwbaigenblock0476ed6qw7q8k {
animation-duration: calc(6 * 3s) !important;
}
Best,
DaisyVo