operate imageLoadError(img)
const fallbackImage=”/media/websites/Local News Patch/cnn-fallback-image.jpg”;
img.removeAttribute(‘onerror’);
img.src = fallbackImage;
let component = img.previousElementSibling;
whereas (component && component.tagName === ‘SOURCE’)
component.srcset = fallbackImage;
component = component.previousElementSibling;
Samuel Corum/Getty Pictures
Source link