Hi Jason,
To increase the size of the testimonial photo
Go to Appearance -> Theme options -> Basic Settings -> Custom CSS
and use below css code in custom css box
#testimonials ul li img { height: 150px; }
The default image height is 100px;
Regards
Grace Themes