Thursday, May 7, 2026
    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;
      // If we fall back to a JPG, drop any format-specific <source type>.
      element.removeAttribute('type');
      element = element.previousElementSibling;
    }

    img.dataset.imgCssVars?.split(',').forEach((property) => {
      img.style.removeProperty(property);
    });
  }
    
       
    
    
    
      
        
        
          •
          Video
        
        1:56
      
    
    
      
        
        
        Petr David Josek/AP
    Page 54 of 90 1 53 54 55 90

    POPULAR NEWS

    EDITOR'S PICK

    Welcome Back!

    Login to your account below

    Retrieve your password

    Please enter your username or email address to reset your password.