Function the_content

What’s the code that shows the image? Maybe try:

<?php echo wp_get_attachment_image( $post->ID, 'full' ); ?>

This works on the attachment page in my gallery theme.