Increase author's picture

Hi Team! Please add functionality to enlarge the author’s avatar in the widget settings.

It would be really helpful! For now, the support team suggests this CSS as a solution:

.es-review-avatar-container,
.es-review-avatar {
width: 52px !important;
height: 52px !important;
}

Thanks!