Not sure if you’re still in need of this but I did this by adding the following to the [plugin folder]/views/events-list-load-widget-display.php
<li class="<?php echo $alt_text ?>">
<div class="post-thumbnail">
<?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?>
</div>