Yellow pages UNITED STATES

Yellow Pages. Business Addresses. Page 1
Coldwater
Metal Stamping


Shown 1 - 3 from 3
document.addEventListener("DOMContentLoaded", function() { const images = document.querySelectorAll('img'); images.forEach(function (img) { const testImg = new Image(); testImg.onload = function () { if (this.width < 1 || this.height < 1) { //img.remove(); img.src="img/no_image-slide.jpg"; } }; testImg.onerror = function () { //img.remove(); img.src="img/no_image-slide.jpg"; }; testImg.src = img.src; }); });