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
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
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 to see the link]
- The topic ‘Wrong Image Sizes’ is closed to new replies.