I see in the debug log that you skip images that exceed 0.5 MB, but some bigger ones actually get through. I guess you increased the limit but didn't update the debug message?
For large images, there are often also resized versions available, it might make sense to use those.
good catch, actually increased to 1mb, I struggled at the beginning with the 20mb limit for inline data. But will look into the resized versions because i realized sometime is missed great images because of the limit. Thanks for the feedback!
I see in the debug log that you skip images that exceed 0.5 MB, but some bigger ones actually get through. I guess you increased the limit but didn't update the debug message?
For large images, there are often also resized versions available, it might make sense to use those.