Title: jay76's Replies | WordPress.org

---

# jay76

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Photo] [Plugin: User Photo] Dimensions](https://wordpress.org/support/topic/plugin-user-photo-dimensions/)
 *  [jay76](https://wordpress.org/support/users/jay76/)
 * (@jay76)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-user-photo-dimensions/#post-2321897)
 * Actually, I had to change my code to the following:
 * userphoto_the_author_photo(”, ”, array(width => ‘220’, height => ‘auto’));
 * The ‘auto’ value is invalid, but it seems to do what I want.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Photo] [Plugin: User Photo] Dimensions](https://wordpress.org/support/topic/plugin-user-photo-dimensions/)
 *  [jay76](https://wordpress.org/support/users/jay76/)
 * (@jay76)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-user-photo-dimensions/#post-2321888)
 * userphoto_the_author_photo(”, ”, array(width => ‘220’, height => ‘100%’));
 * This will give you an image 220px wide, and whatever height is required to keep
   the image ratio.
 * Of course, you can set both values to whatever you want.

Viewing 2 replies - 1 through 2 (of 2 total)