Lazy Loading in Flexslider

前端 未结 6 2044
梦如初夏
梦如初夏 2020-12-16 13:36

I am trying to get lazy loading working for Flexslider by using Lazy Loading jquery plugin and following the instructions on this site: http://www.appelsiini.net/projects/la

6条回答
  •  眼角桃花
    2020-12-16 14:13

    So I added the real image page to the data-attr attribute on the image tag and on after event fire I would find the image with active class and set the img src attribute equal to data-attr value.

提交回复
热议问题