Hello,
Google Search Console has the error message that my content wider than screen.

This is the site:
And this is the code of my content-attachment.php which is displaying the image:
<a href="<?php echo wp_get_attachment_url( get_the_ID() ); ?>" ><?php echo wp_get_attachment_image( get_the_ID(), 'full', "", array( "class" => "img-responsive" ) ); ?> </a>
Did you know what is wrong and how can I fix that?
Michael