Title: [Plugin: Category Thumbnail] Image size
Last modified: August 20, 2016

---

# [Plugin: Category Thumbnail] Image size

 *  Resolved Anonymous User 8133435
 * (@anonymized-8133435)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-category-thumbnail-image-size/)
 * Is there any way I could be calling a smaller Image size then the original? Would
   be awesome!
 * Thanks,
 * Arden
 * [http://wordpress.org/extend/plugins/dirtysuds-category-thumbnail/](http://wordpress.org/extend/plugins/dirtysuds-category-thumbnail/)

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

 *  [digibucc](https://wordpress.org/support/users/digibucc/)
 * (@digibucc)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-category-thumbnail-image-size/#post-2193648)
 * i have never used this, but in looking at the code it seems:
    line 45 reads:
 *     ```
       $embed .= '<img src="'.wp_get_attachment_thumb_url($imageid).'" alt="'.get_the_title($imageid).'" />';
       ```
   
 * if you change that to:
 *     ```
       $embed .= '<img height="50%" width="50%" src="'.wp_get_attachment_thumb_url($imageid).'" alt="'.get_the_title($imageid).'" />';
       ```
   
 * for example, it should half the size. change 50% to what you need. it can be 
   absolute sizes as well, such as 500px.
 *  Plugin Author [Pat Hawks](https://wordpress.org/support/users/pathawks/)
 * (@pathawks)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-category-thumbnail-image-size/#post-2193904)
 * Sorry for my delayed response.
 * You can use the size attribute to select any named size in WordPress. No PHP 
   editing necessary :p
    [http://codex.wordpress.org/Post_Thumbnails#Thumbnail_Sizes](http://codex.wordpress.org/Post_Thumbnails#Thumbnail_Sizes)
 * `[catthumb id="1" link="true" size="thumbnail"]`

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

The topic ‘[Plugin: Category Thumbnail] Image size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dirtysuds-category-thumbnail.svg)
 * [Category Thumbnail](https://wordpress.org/plugins/dirtysuds-category-thumbnail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dirtysuds-category-thumbnail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dirtysuds-category-thumbnail/)
 * [Active Topics](https://wordpress.org/support/plugin/dirtysuds-category-thumbnail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dirtysuds-category-thumbnail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dirtysuds-category-thumbnail/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Pat Hawks](https://wordpress.org/support/users/pathawks/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-category-thumbnail-image-size/#post-2193904)
 * Status: resolved