Hi,
I want the images in testimonials to load immediately
http://www.raboff.com/rates/
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
.avia_transform .avia-testimonial .avia-testimonial-image {
opacity: 1;
-webkit-transform: none;
transform: none;
}
Cheers!
Yigit
Thanks..
Some changes but the images still loads with a jump…
i think there is still an animation – try this here:
.avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image {
animation: 0s ease 0s normal none 1 running none;
}
it might be necessary to use the important case:
.avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image {
animation: 0s ease 0s normal none 1 running none !important
}
Thanks :) That worked!