Hello JoomShaper team,
I’m using SP Page Builder 5.7, and I’ve encountered a problem with the Image addon that seems impossible to fix for us.
The issue is simple to describe: I insert an image with a real (native) height of 180px, and I want it to be shown exactly at 180px high.
But no matter what settings I apply in the addon, the image is always rendered around 280px high on the frontend.
I tried everything: layout options, padding/margin settings, image alignment, even turning off responsiveness — but nothing worked.
If I apply spacing to force a smaller box, the image just gets cropped, not resized.
As a last resort, I added this Custom CSS inside Page Builder:
.img-reset-size img {
height: 180px !important;
width: auto !important;
object-fit: contain !important;
border: 3px solid red !important;
}
And assigned this class to the image:
class="img-reset-size"
But even this doesn’t work: the image still appears larger than 180px in height.
It seems the Image addon forces a resizing that cannot be overridden — either via UI settings or CSS.
Am I missing something, or is this a limitation of the addon?
You can see the issue directly on our staging website:
https://staging.vivaioilpolliceverde.it
The images appears in the boxes in the section: “Cosa facciamo: i nostri servizi”.
The real images height, from right to left, are 120px, 180px and 240px.
Thanks in advance for any help!
Carlo