Option to change the size of review images

It would be great to have this option right in the settings. As for now, the Support Team suggest using this code in the Custom CSS field on the Style tab of the widget’s settings:

.es-reviews-images-image-item {
  scale: 0.9;
}
1 Like