Home › Forums › Theme support › Redcorner – Person Page Image size › Reply To: Redcorner – Person Page Image size
OK, thank you for the links to your website. This is easy to solve, please add this css code in your style.css (at the end) and the problem is gone!
.room_slideshow > div a > img {
width:initial !important;
margin: 0px auto;
}