For thumbnail resize in wordpress


            <a href= " <?php the_permalink();?>">  <?php the_post_thumbnail('post-thumbnail', [
                                'class' => 'img-fluid responsive--full w-100',
                                'title' => 'Feature image',
                            ]); ?>
              </a>

Comments