Reading List

Printing Lazy Web Images from Michael Tsai RSS feed.

Printing Lazy Web Images

Adam Engst: Mail generates an offscreen web view, waits for the “load” part of the document to arrive, and then “prints.” But loading="lazy" causes images to load only when scrolled into view, which never happens with printing. […] I did testing and found that if I changed the scaling percentage to 99%, some images would […]