function imageLoadError(img) { const fallbackImage = '/media/sites/cnn/cnn-fallback-image.jpg'; img.removeAttribute('onerror'); img.src = fallbackImage; let element = img.previousElementSibling; while (element && element.tagName === 'SOURCE') { element.srcset = fallbackImage; element = element.previousElementSibling; } } Michael M. Santiago/Getty Images

nexninja
0 Min Read

perform imageLoadError(img)
const fallbackImage=”/media/websites/Local News Patch/cnn-fallback-image.jpg”;

img.removeAttribute(‘onerror’);
img.src = fallbackImage;
let aspect = img.previousElementSibling;

whereas (aspect && aspect.tagName === ‘SOURCE’)
aspect.srcset = fallbackImage;
aspect = aspect.previousElementSibling;

Michael M. Santiago/Getty Pictures

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *