Resize images

Apply this Custom CSS in the Merchant Dashboard to change the size of the image to 200px

.findify-widget--product__image-wrap img {
    min-height: 200px; /* target height */
    max-height: 200px; /* target height */
    min-width: 200px;  /* target width */
    max-width: 200px;  /* target width */
}