• Hi,
    I’m using the “Featured Image” in the admin post page and I’d like to choose the size of the image. https://screencast.com/t/4c5rUGcOX

    Actually my theme is set up to show up that image with a fixed size :
    <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_post_thumbnail('home-thumbnail', array('class' => 'alignleft')); ?></a>

    https://screencast.com/t/bowNrxJtjIkC

    How can I make it flexible so I can choose each time the size I prefer?

    Thanks

  • The topic ‘Thumb Featured Image resize small medium large’ is closed to new replies.