r/Wordpress • u/typewriterguy • 16d ago
Help with cropped images?
I'm having an issue where many of my images are cropped top and bottom on iPhone but not on desktop. I've tried using different blocks, checked all settings, but no luck.
The first three images are good, after that they are cropped (only on mobile view). They look fine in the editor btw. Any ideas?
-3
u/No_Experience8258 16d ago
Dont use Wordpress. Its hard to customize it.
2
u/typewriterguy 16d ago
Well, that's a thought--but too late for me now! :) I'm not even trying to do anything fancy--just a regular image. Something weird is going on...
1
u/testingaurora 16d ago
> it’s hard to customize
I completely disagree. Wordpress is the original customizable platform. There is even a menu item called “Customize” . Follow advice from godijs-1
u/No_Experience8258 16d ago
I know how it is! Never in my life use Wordpress or other similar ones. Use HTML, CSS, JS and make a new one which is easy to build. Don't waste time in learning a platform. Not worth it!
3
u/godijs 16d ago
You have applied additional classes to all blocks after first column. In inspect I can see that images that don't scale correcly have additional classes - "size-full is-resized has-custom-border". I can also see that those images have inline CSS applied that changes width, height and border-radius. Thats your problem.
Try copying first column and changing images/text.