High Definition

document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll("img").forEach(function(img) { img.addEventListener("error", function() { this.style.display = "none"; }); }); });