ewww-image-optimizer
ewww-image-optimizer copied to clipboard
disable content_width detection on page builder pages
If Elementor or another page builder has been used on a page, the content_width global is far less likely to be relevant, so we could likely just fall back to 1920 for those.
I'm not sure a global (page wide) override is fantastic, we need to see if there are elements in the page that can be used to detect such a full-width display/layout. Bonus points if we can just apply to those elements.
Unfortunately, it isn't possible to differentiate a full-width element/image. So at this point, Easy IO will increase the effective content_width limit to 1920 when a full-width layout is detected.