After upgrading from v8 to v9 all my images have an “img-fluid” class that prevents responsive images from working.
I tried re-uploading the image, recreate the thumbnails, but nothing. It always shows the full image size regardless of screensize.
In v8 all images had “img-responsive”. If I change it live in devtools they start acting right.
Where can I change this so I get “img-responsive” class instead of “img-fluid”
Thanks in advance.
For now I’ve overridden the “img-fluid” class in my theme’s css so it has the same rules as the “img-responsive” class. That will do it for now.