Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #563801

    Hi,

    I want the images in testimonials to load immediately
    http://www.raboff.com/rates/

    What code shall I add?

    Thanks
    Charlotte

    #563944

    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

    #563951

    Thanks..

    Some changes but the images still loads with a jump…

    #563960

    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
    }
    #563971

    Hey!

    Please try using @guenni007’s code above :)
    Thanks for your input @guenni007 :)

    Cheers!
    Yigit

    #563977

    Thanks :) That worked!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image load testimonials’ is closed to new replies.