Forums › Forums › General Questions › Review Block: Image size › Reply To: Review Block: Image size
-
Hi @jpptr ! We’re unable to recreate the issue on our end. However, you can add the following to your custom CSS to ensure that the review image is displayed with the proper aspect ratio:
.ub_review_image {
object-fit: contain;
}You might also need to add to the beginning the block id (which shows up in the source code as ub_review_[block-specific serial number]) in case another part of the CSS insists on stretching the review image.
Please let us know how it goes.