HTML <img> with a data: URI HTML
Uno snippet HTML per HTML <img> with a data: URI che risponde alle richieste a /pixel.gif con la GIF vuota, decodificata una sola volta all'avvio.
HTML <img> with a data: URI HTML
<!-- Inline transparent spacer / placeholder: no extra HTTP request -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width="1" height="1" alt="">
Abbiamo eseguito questo snippet e confrontato i byte che ha restituito.
Sito ufficiale: HTML <img> with a data: URI