Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi nannoo,

    We put a default maximum height on the images to make sure all the review boxes in thumbnail mode stay well aligned. If you’d like, you can use custom CSS to remove this max height, so the images show larger. (You can add custom CSS to the “Custom CSS” box found in the “Basic” area of the “Options” tab.) Something like the following should do the trick:

    .ewd-urp-review-image.ewd-urp-image-Thumbnail img, .ewd-urp-review-image img {
    max-height: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Make user upload photo display bigger’ is closed to new replies.