The article images are resizing width properly, but height is stuck at 796 no matter what. What setting is causing this? See below link for example, but all blog images are acting the same.:
https://www.balancedbodiestulsa.com/brazilian-jiu-jitsu/why-warm-ups-are-important-in-bjj
tleejoomla Hi Add this code in custom css
.image-wrap .item-image img { height: initial!important; }
Let me know if it works
Thanks, that fixed it but I would still like to know what's causing it. It's appearing to be caused by the same issue as here. What causes those parameters to be auto added?
https://www.joomlart.com/forums/d/39310-does-loading-lazy-affect-responsive-image-scaling-how-to-remove/
tleejoomla Hi this is normal in Joomla 4 the width and height is added.
Ninja ah ok, thanks. This is my first foray into both J4 and Joomlart stuff so i'm still learning which of the two is causing which issue. Your help has been greatly appreciated!
tleejoomla You are welcome!