WordPress wp_get_attachment_thumb_url full

Try this in the foreach loop:

$thumb_url = wp_get_attachment_image_src( $attachment->ID, 'full' );

And this for the img src:

echo $thumb_url[0];