novoid / lazyblorg

Blogging with Org-mode for very lazy people
GNU General Public License v3.0
397 stars 33 forks source link

Add lazy loading parameter for all images #70

Closed novoid closed 2 years ago

novoid commented 2 years ago

In order to optimize layout rendering even further after implementing #69 , I want to add lazy loading of images to all images.

I've read that it is not recommended to do this for images above the fold but I never found out why this should be bad. Chances are that images are below the fold in most cases on my blog. With having width/height, the browser has all information to render pages with lazy loaded images perfectly fine. If you do know why lazy loading above the fold is bad in my case, drop me a line!