Title: Image Size
Last modified: August 21, 2016

---

# Image Size

 *  Resolved [purrdesign](https://wordpress.org/support/users/purrdesign/)
 * (@purrdesign)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/image-size-50/)
 * Currently pulling a list of subcategories with images, and it does not seem to
   reflect my choice of image size (thumbnail), rather displays the full-size image.
 * Code I am using:
 *     ```
       <?php
       	$id = get_query_var('cat');
       	$args = array(	'parent' => $id );
       	foreach (get_categories($args) as $cat) : ?>
   
       	<div class="item">
       		<a href="<?php echo get_category_link($cat->term_id); ?>"><img src="<?php echo z_taxonomy_image_url($cat->term_id, 'thumbnail'); ?>" />
       		<span class="title"><?php echo $cat->cat_name; ?></span></a>
       	</div>
   
       	<?php endforeach; ?>
       ```
   
 * I’ve also tried using the ‘NULL, array(100, 100)’ instead of the ‘thumbnail’ 
   image size and all the images show up broken/blank.
 * Please advise.
 * [https://wordpress.org/plugins/categories-images/](https://wordpress.org/plugins/categories-images/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Zahlan](https://wordpress.org/support/users/elzahlan/)
 * (@elzahlan)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-size-50/#post-4807887)
 * Hey, really sorry for my late reply, do you still have a problem with image re-
   sizing ?

Viewing 1 replies (of 1 total)

The topic ‘Image Size’ is closed to new replies.

 * ![](https://ps.w.org/categories-images/assets/icon-128x128.png?rev=2256871)
 * [Categories Images](https://wordpress.org/plugins/categories-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/categories-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/categories-images/)
 * [Active Topics](https://wordpress.org/support/plugin/categories-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/categories-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/categories-images/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Zahlan](https://wordpress.org/support/users/elzahlan/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/image-size-50/#post-4807887)
 * Status: resolved