Thanks, image lazy loading is working now!
For the CDN bug, it’s not that complicated….in short, thumbnails of posts loaded by pagination are served directly via the site domain but not CDN…..
For example –
CDN domain: mycdn.com
Site domain: mydomain.com
Pagination Type: “Load More”
Query -> Number of Post: 10
For the first 10 posts, thumbnails are served via mycdn.com correctly. When I hit the “Load More” button, 10 older posts will be shown. But the thumbnails of these 10 older posts are served via mydomain.com.