Wrong size image being fetched for smallest screens
-
The image size being fetched for the smallest screens (under 400 px wide) is too large, it’s picking my medium size image setting from media settings. Why won’t it go down to the thumbnail size, or at least reduce the 400 px wide image to the screen size?
Using Google’s Inspect, I can see that the ‘figure’ element has a style attribute set (not CSS) as
style="width: 390px;"
. When I uncheck that, the image is sized properly. So, this seems to be part of the theme coding, how can I fix it?Other than that, I can’t find anything in our CSS causing this. We’re using EWWW Image Optimizer, and have ‘Lazy Load’ and ‘Automatic Scaling’ checked, however, when I uncheck these, there is no change, so I don’t think that’s the cause.
- You must be logged in to reply to this topic.