hehachris
Forum Replies Created
-
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.comPagination Type: “Load More”
Query -> Number of Post: 10For 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.
Hi @wpxpo, I have upgraded the plugin to 2.0. How do I enable image lazy loading?
And it seems that the CDN issue is still not fixed?
+1
Having the ability to show image caption instead of alt- This reply was modified 5 years, 8 months ago by hehachris.
Let me rephrase – post thumbnails on the first page are all correctly served through CDN (CDN URL prefix is configured with another plugin); but all post thumbnails after page 1 are served directly from the site domain.