Hi @watchcomplications yes agreed, I’d love to figure out what’s causing this. I do have another Mail image bug report as well, and have received test emails from them. They’ve contacted Apple support regarding this and they have no clue. By turning off Mail Privacy and it still not working, it is a major concern.
I’d recommend using the Bug form in our plugin’s Contact us page to send an email to us directly, so we can troubleshoot this deeper with you directly.
I can’t spot anything in the RSSITEM:CONTENT tag that would cause an obvious issue, here’s their redacted HTML below exactly that also does not load this image, but does load the header image just fine.
<div style="text-align: center;"><br>
<a href="https://redacted123.tld/a-post-slug-redacted-here/" title="A post title redacted here" rel="nofollow">
<img width="768" height="511" src="https://redacted123.tld/wp-content/uploads/2022/01/redact-768x511.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin: auto; margin-bottom: 25px;max-width: 100%;" link_thumbnail="1" srcset="https://redacted123.tld/wp-content/uploads/2022/01/redact-768x511.jpg 768w, https://redacted123.tld/wp-content/uploads/2022/01/redact-480x320.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 768px, 100vw" border="0">
</a>
Some body text redacted here.<br>
<br>
<span style="font-size:14px"><a href="https://redacted123.tld/a-post-slug-redacted-here/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #007C89;font-weight: normal;text-decoration: underline;">Read the article on our website ?</a></span><br>
<br>
</div>
The only things I can think of that would affect it loading or not are:
– the link around the image
– the inline CSS added
– the CSS classes added
– the ‘link_thumbnail=”1″‘ attribute
– the responsive image ‘srcset’ attribute
As part of the plugin options, it can turn off the image link, and as part of the free trial of premium, it can disable responsive images.
The inline CSS and CSS class I sure hope would be ignored and not cause issues.
The link_thumbnail attribute might be part of the image link option, I’ll have to check and see why that’s being added by our plugin, remove it as a test.
If you’d like to start a free trial of premium and turn off the image link and the responsive images, see if that helps resolve it or not as well. I will do more testing on my end as well, and see if we can’t nail down what the issue is.