Title: Thomas7479's Replies | WordPress.org

---

# Thomas7479

  [  ](https://wordpress.org/support/users/thomas7479/)

 *   [Profile](https://wordpress.org/support/users/thomas7479/)
 *   [Topics Started](https://wordpress.org/support/users/thomas7479/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thomas7479/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thomas7479/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thomas7479/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thomas7479/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thomas7479/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fotogram] Picture Size](https://wordpress.org/support/topic/picture-size/)
 *  [Thomas7479](https://wordpress.org/support/users/thomas7479/)
 * (@thomas7479)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/picture-size/#post-3615819)
 * Yesterday I´ve had the same problem and solved it in my way:
 * An optimum size for the picture should be a width of about 700px.
 * Anyway you can automatically resize the pictures:
    The preset paramete inside
   the image.php is 1200px (I don´t know why? – it doesn´t fit) _…./wp-content/themes/
   fotogram/image.php_
 * You can adapt the value: (I changed it from 1200 to 700)
 * $attachment_size = apply_filters( ‘fotogram_attachment_size’, **700 **); echo
   wp_get_attachment_image( $post->ID, array( $attachment_size, $attachment_size));//
   filterable image width with, essentially, no limit for image height.

Viewing 1 replies (of 1 total)