Title: Wrong Image Sizes
Last modified: February 11, 2018

---

# Wrong Image Sizes

 *  [rexsorgatz](https://wordpress.org/support/users/rexsorgatz/)
 * (@rexsorgatz)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/wrong-image-sizes/)
 * Hi, I have a strange problem with Content Cards in which the image inserted by
   the card is not the one in the skin. Or rather, it’s the correct image at the
   wrong size.
 * This is the image being inserted on the example page:
 * [https://www.tvinsider.com/wp-content/uploads/2018/01/zachary-quinto-in-search-of-1014×570.jpg](https://www.tvinsider.com/wp-content/uploads/2018/01/zachary-quinto-in-search-of-1014×570.jpg)
 * According to the image being requested in the skin, it should be this:
 * [https://www.tvinsider.com/wp-content/uploads/2018/01/zachary-quinto-in-search-of-234×155.jpg](https://www.tvinsider.com/wp-content/uploads/2018/01/zachary-quinto-in-search-of-234×155.jpg)
 * In the skin, this is the tag being used:
 * <?php the_cc_image( ‘234×155’ ); ?>
 * And yes, that image size exists is being defined in functions.php
 * add_image_size( ‘234×155’, 234, 155, true );
 * It’s almost as if the image being use is one previously defined somewhere else
   in the template.
 * Help?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwrong-image-sizes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [rexsorgatz](https://wordpress.org/support/users/rexsorgatz/)
 * (@rexsorgatz)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/wrong-image-sizes/#post-9979961)
 * I’m starting to think that the parameter in the the_cc_image(); function (the
   one that it suppose to pass a size) doesn’t actually work. And instead, the image
   is being pulled from open graph data for that post.
 * Is that’s what’s going on?
 *  Plugin Author [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/wrong-image-sizes/#post-9980115)
 * [@rexsorgatz](https://wordpress.org/support/users/rexsorgatz/)
 * Have you disabled the image cache? In that case, the image won’t be able to be
   resized. There’s not much we can do about it.
 * I don’t suggest you to enable the image cache since we’ve had some issues with
   it (see for example [https://wordpress.org/support/topic/still-downloading-images/](https://wordpress.org/support/topic/still-downloading-images/))
 * I think the long-term viable solution for this is to either solve it via CSS 
   or to build a separate image resizing layer.
 * We’ll accept a pull request on GitHub if you’d like to help out. Even if you 
   want to update the README to state these limitations we’d appreciate it!
 * [https://github.com/ideag/content-cards](https://github.com/ideag/content-cards)

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

The topic ‘Wrong Image Sizes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/content-cards_d57c92.svg)
 * [Content Cards](https://wordpress.org/plugins/content-cards/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-cards/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/content-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-cards/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/wrong-image-sizes/#post-9980115)
 * Status: not resolved