I think for gallery images, it is best to use Twitter Summary Card with Large Image instead of the Summary Card.
<meta name="twitter:card" content="summary">
to
<meta name="twitter:card" content="summary_large_image">
Is it possible to implement this with template edits?