<img-blob> custom element example<img-blob alt="omg" src="lol.bin"></img-blob>
Modus operandi:
fetch() an encrypted image file;X-Obfuscate header, then un-base64;<img> tag.Supported attributes:
altsrctype (optional content type, like image/svg+xml)Styling is done using ::part pseudo-element:
img-blob::part(image) { max-width: 100%; }