Ohayō gozaimasu!
Monday assorted links:
HTML-only conditional lazy loading (via preload + media)
Browsers won't delay the loading of an image if it's already been fetched. You can take advantage of that by conditionally preloading the image using a media query, then marking the image as lazy later.