You where right Apput, images need to be uploaded again.
Also, I see that for that line
<?php add_image_size( $name, $width, $height, $crop ); ?>
If I false for $crop, it would not crop any of my images?
Thanks Apput, let me check if that might be the issue.
Hi Andrew,
I found the line:
add_image_size( ‘twentyfourteen-full-width’, 1038, 576, true );
Any guess on what would the right value in order for the images to show properly?
I already tried diferent values and I saw no change.
Thanks!
Hi Andrew,
I will try doing those changes. Thanks for the tip on creating a child theme.