wp_get_attachment_image dd class code example
Example: wp_get_attachment_image class
<?php
// ADD CLASS on wp image function
echo wp_get_attachment_image( get_the_ID(), array('700', '600'), "", array( "class" => "img-responsive" ) );
?>
<?php
// ADD CLASS on wp image function
echo wp_get_attachment_image( get_the_ID(), array('700', '600'), "", array( "class" => "img-responsive" ) );
?>