Dear Ischatzkin,
Can you provide a code example ? I have been using
echo '<img src="' . esc_url( wp_get_attachment_image_url( $image, 'small', true ) ) . '" >';
but i cannot change the image size to small or thumbnail. It always stay on full size.
thanks