Hi
Thanks for contacting us. Ensure the images you upload have the correct dimensions for the space they are being displayed in.
If the container for the image is smaller than the image itself, the image may appear compressed. Resize the image to match the container dimensions before uploading. You can also try custom CSS on that. Use this CSS in your custom.css file
.sppb-image-container img {
width: 100%;
height: auto;
object-fit: contain; /* Ensures the image scales proportionally */
}
And you can also upload a customised image for each display. It will also working.
-Regards.