Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    the issue is related with a lazy load effect on images that you are using. You need to reinit this after each “infinite scroll” action. For do this you can use this jquery trigger yith_infs_adding_elem. So something like

    jQuery( document ).on( 'yith_infs_adding_elem', function(){
     // here your code
    });

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘pictures dont show’ is closed to new replies.