Image size in posts

Home Forums Gillion Theme Image size in posts

Home Forums Gillion Theme Image size in posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • vandelouw
    Participant

    Hi,

    I tried different sizes, but it is either cropped, like now (on aliceindataland.blog), or if I make them more little (I use Photoshop to adjust the size) the quality is bad (it seems to make them bigger), what is the right size (I imagine resolution is still 72 ?) for an image in a post (I put it via ‘featured image’) ?

    Thanks,

    Regards

    Hi @vandelouw,

     

    I hope you are well today and thank you for your question.

     

    The image size for masonry layout that you are using on your site is 585px X 1170px

     

    You can also us eimages smaller than this size if you want to.

     

    Best regards,
    Shufflehound team

    vandelouw
    Participant

    Thanks for your answer, but if I use smaller images it resizes them to 585px X 1170px….

    You can make it not resize by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .post-thumbnail img {
        width: auto;
        min-width: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)