Is it possible to adjust the image size for images that show up on the attachment page? Currently, it looks like it is displaying only the medium size images, but I would like the option to show the small or the large sizes as well when needed.
Is it possible to adjust the image size for images that show up on the attachment page? Currently, it looks like it is displaying only the medium size images, but I would like the option to show the small or the large sizes as well when needed.
You could create your own image template file and use <?php echo wp_get_attachment_image( $post->ID, 'xxx' ); ?> where xxx is the size you want.
http://codex.wordpress.org/Function_Reference/wp_get_attachment_image
Not sure what you mean by "when needed" though.
Worked! Thank you!
This topic has been closed to new replies.