Title: Agents Icon Size
Last modified: June 14, 2017

---

# Agents Icon Size

 *  Resolved [DanielCPalmer](https://wordpress.org/support/users/danielcpalmer/)
 * (@danielcpalmer)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/)
 * Hi, on the employee archive page the thumbnails being generated is 150×200. I’d
   like it to be the thumbnail size of my WP settings (150×150); I used a regenerate
   plugin, but it didn’t change it. I tried to find it in the plugin folder, but
   nothing. Help? Where can I change it. Thanks!

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

 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/#post-9277527)
 * The plugin generates a more rectangular featured image size, since most headshots
   are not square.
 * To change that, you’ll need to edit the plugin file /includes/views/single-employee.
   php
 * Change line 23 from this:
    `$thumb_url = wp_get_attachment_image_src($thumb_id,'
   employee-full', true);`
 * To this:
    `$thumb_url = wp_get_attachment_image_src($thumb_id, 'thumbnail', true);`
 * To make sure your edits do not get overridden in a plugin update copy the single-
   employee.php file to your theme folder.
 *  Thread Starter [DanielCPalmer](https://wordpress.org/support/users/danielcpalmer/)
 * (@danielcpalmer)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/#post-9277732)
 * Beautiful. Now we’re talking great support. Thank you very much!
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/#post-9277739)
 * Apologies, if we’re talking about the archive page, the file to edit is /includes/
   views/archive-employee.php and the line is 44. 🙂
 *  Thread Starter [DanielCPalmer](https://wordpress.org/support/users/danielcpalmer/)
 * (@danielcpalmer)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/#post-9277748)
 * Yes! Even better. Thanks.

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

The topic ‘Agents Icon Size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/impress-agents_c1bdb8.svg)
 * [IMPress Agents](https://wordpress.org/plugins/impress-agents/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/impress-agents/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/impress-agents/)
 * [Active Topics](https://wordpress.org/support/plugin/impress-agents/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/impress-agents/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/impress-agents/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [DanielCPalmer](https://wordpress.org/support/users/danielcpalmer/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/#post-9277748)
 * Status: resolved