André Jansens
Manager RAWEPO.BE
document.addEventListener("DOMContentLoaded", function() { var defaultImg = "/images/geen-foto.jpg"; var images = document.querySelectorAll("img"); images.forEach(function(img) { img.addEventListener("error", function() { if (this.src !== window.location.origin + defaultImg) { this.src = defaultImg; } }); }); });