operate imageLoadError(img) { const fallbackImage = '/media/websites/cnn/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; } } CNN

operate imageLoadError(img) {
const fallbackImage=”/media/websites/cnn/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;
}
}

“Time TV”

Time Television

leave a reply

MENU
Menu