Looking at the source, it seems the tribe_event_featured_image included in the photo view for upcoming events doesn’t include width and height parameters in the [img] tag. I assume this is because of the use of masonry and the desire to have the images adapt to available space.
In my case, the masonry grid is fixed, so blocks will always be the same size. Is there a way to force the image element returned by this tag to include the width & height parameters? Looking to avoid some page flow problems I’m encountering using a lazy load image script to speed up page load time.