• hello,i been using colormag at my website cinedabba.com but when i upload featured image and when image was big,i see a cut in image i.e image is not diaplyed properly in featured image.

    so i want the image to fit properly in featured image irrespective of size of image.so please do assist me in this

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try by changing <?php the_post_thumbnail( 'colormag-featured-image' ); ?> to
    <?php the_post_thumbnail(); ?> of index.php line 16.

    Try by doing this, if not work, feel free to ask.
    Note: child theme is recommended to customize theme.
    https://codex.wordpress.org/Child_Themes

    Thank You

    Thread Starter cinedabba

    (@cinedabba)

    can you explain with screenshot,i checked index.php and i did not find any

    <?php the_post_thumbnail( ‘colormag-featured-image’ ); ?>

    please say me

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

The topic ‘how to fix featured image’ is closed to new replies.