• Hi there,

    I have the version Boston pro and when I put pictures, there are automatically cropped in the caroussel and in the page of the article.
    I want them uncropped and their originals sizes.
    I do not see anywhere information regarding the size (height&length).
    Thank you for your support.
    Amélie.

Viewing 1 replies (of 1 total)
  • Hi @ameliehoupline,

    By default we have to define some image sizes for featured post, so it will be cropped when you upload new image. To remove this, you need open all files in template-parts folder, then find and replace the thumbnail size to full. For example :

    the_post_thumbnail( 'boston-pro-grid-small' ) replace it with the_post_thumbnail( 'full' )

    P/s : We strongly recommend you should copy template-parts folder into child theme directory then edit as you want.

Viewing 1 replies (of 1 total)

The topic ‘Pictures cropped’ is closed to new replies.