Hi Nick,
Thanks for using the Events Calendar.
I can try to help you get started on this customization.
If you would like to make a Photo View on the Single Venue Page it is possible, but as you said it would require reformatting the list view on that page. We do not have a tutorial on doing that as it could turn into quite a large customization.
The Single Venue is creating using this template in Pro:
/events-calendar-pro/views/pro/single-venue.php
The List View is created from this function on this page:
tribe_include_view_list
Which is getting the List View Template found in the Events Calendar.
So you could start there to make changes with this file:
/the-events-calendar/views/list/content.php
That is where the title “Upcoming Events” is being created for the venue view.
You could use conditionals to remove or display your own content as you would like.
is_singular(‘tribe_venue’)
That is about all we can do to help on this, but if you have any follow up questions let us know.
Thanks