Forums

[resolved] Gallery Attachment Page: Adjusting the image size (3 posts)

  1. marc0047
    Member
    Posted 2 years ago #

    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.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  3. marc0047
    Member
    Posted 2 years ago #

    Worked! Thank you!

Topic Closed

This topic has been closed to new replies.

About this Topic