Question
How do I adjust the images on the ads to be my own custom size?
Answer
You can set the width and height in the code, edit include/functions.php file, about line 2371 where it says:
// Set a maximum height and width
$width = 200;
$height = 200;