Hey @Jessica,
Good question! You can add a new thumbnail size to your site that fits the size you are looking for, then customize the week/single-event.php file to display the new thumbnail using something like:
<?php echo tribe_event_featured_image( null, 'medium' ) ?>
If you haven’t done a template override before, then our Themer’s Guide is a good place to start — it provides step-by-step instructions for locating a plugin template then adding it to your theme directory so you can customize it from there.
Does this make sense and will it work for you? Please let me know.
Cheers!
Geoff