Yup, using CSS. The below example should give you exactly what you're wanting.
Code:
.cbUsersList .cbThumbPict {
height: 100px;
width: 100px;
}
I suggest adding it to the bottom of your Joomla template CSS file or a CSS file that's least likely to change often so you don't lose your custom CSS on upgrades.