It looks like the article attempts to embed images in different formats for different browsers, but the source images aren't of the image type they expect which results in broken images for some browsers.
Firefox and Google Chrome both select the image with the image/webp content type, and those URLs do appear to be WebP images.
Safari selects the images with the image/jpeg content type, but those URLs appear to point to AVIF images (i.e., image data encoded using AV1 and stored in an HEIF container). AVIF is only supported by Google Chrome. This results in the images appearing as broken placeholders in Safari.
Thanks for that. I'm using Safari on macOS and got no images in the article - the ads work flawlessly though. Clicking on them works.
I assumed the site had been Hackernews'd
Safari selects the images with the image/jpeg content type, but those URLs appear to point to AVIF images (i.e., image data encoded using AV1 and stored in an HEIF container). AVIF is only supported by Google Chrome. This results in the images appearing as broken placeholders in Safari.