HTTPS feed, images added with broken srcset that omits https:
-
Viewing the feed, I receive the following:
<description><![CDATA[<img width="277" height="300" src="https://example.com/wp-content/uploads/2016/04/watermelon_melon_fruit-277x300.jpg" class="attachment-medium size-medium wp-post-image" alt="watermelon_melon_fruit" style="display: block; margin-bottom: 5px; clear:both;" srcset="//example.com/wp-content/uploads/2016/04/watermelon_melon_fruit-277x300.jpg 277w, //example.com/wp-content/uploads/2016/04/watermelon_melon_fruit-768x832.jpg 768w, //example.com/wp-content/uploads/2016/04/watermelon_melon_fruit-945x1024.jpg 945w, //example.com/wp-content/uploads/2016/04/watermelon_melon_fruit.jpg 997w" sizes="(max-width: 277px) 100vw, 277px" />Okay, so...As you can see, srcset is set to just “//example.com/…” and as such causes issues. A feature image that is less than the minimum size that does not get any resizing has no issue.
Of note, I am using Cloudflare for SSL so that might be a contributor to the problem. I’ve read that causing issues with srcset, but it seems to only be a problem with the feed images inserted by this plugin.
The topic ‘HTTPS feed, images added with broken srcset that omits https:’ is closed to new replies.