Skip to content

Instantly share code, notes, and snippets.

@imitronov
Created February 21, 2020 14:04
Show Gist options
  • Save imitronov/21d468bfbbc1fceab0abea6cf8139022 to your computer and use it in GitHub Desktop.
Save imitronov/21d468bfbbc1fceab0abea6cf8139022 to your computer and use it in GitHub Desktop.
base64 image 1x1 px for valid HTML with lazyload
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX/TQBcNTh/AAAAAXRSTlMAQObYZgAAAApJREFUeJxjYgAAAAYAAzY3fKgAAAAASUVORK5CYII=" data-src="http://placehold.it/100x100" class="lazy">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment