Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter seamlessdigital

    (@seamlessdigital)

    With the new v5.9.3 it seems to have been fixed. Shame it took them months to do this simple change

    Thread Starter seamlessdigital

    (@seamlessdigital)

    @alanfuller Thanks! It’s been very frustrating day for me. I’ve added a patch on all of my wordpress sites but ofc this is not the best solution. Hopefully it will be fixed with the next wordpress release

    Thread Starter seamlessdigital

    (@seamlessdigital)

    @jlorenzetti I wish that was the case but after auto-updating sites to 5.9.2 issue still remains!! broke again tons of sites.. what a disaster. They don’t bother fixing a single piece of useless css code even after 5 bug reports. I’ll consider moving away from wordpress if this is NOT resolved with the next release!

    @wordpress support, as explained please remove this code html :where(img){ height: auto; max-width: 100% } from wp-includes/css/dist/block-library/style.min.css. THANKS.

    Thread Starter seamlessdigital

    (@seamlessdigital)

    @see0also Exactly my point. WordPress itself should not be interfering with css. WordPress support please remove that piece of code you’ve added on 5.9.1 on your next release (html :where(img){ height: auto; max-width: 100% }). If it remains, it will keep causing a mess especially on legacy sites and we cannot afford maintaining all of them for this. We might have to stop all auto-updates. Thanks.

    Thread Starter seamlessdigital

    (@seamlessdigital)

    Well I don’t think WordPress itself should be interfering with normalising the css. So I had some images like this: <img src="whatever.jpg" height="50" alt="whatever" /> When WordPress was updated to v5.9.1, that height value was ignored and zoomed to original size. If I did this however: <img src="whatever.jpg" alt="whatever" style="height: 50px;" /> it worked fine as before.

Viewing 5 replies - 1 through 5 (of 5 total)