• farlington

    (@farlington)


    Just seen that this has been asked before here but didn’t progress far – has taken me *ages* to work out it is the theme creating additional thumbnails!

    By changing Theme Options -> Blog Post Default-> Blog Post Summary Default- from text to ‘Portrait Image’ 365×365 px thumbnails are immediately generated which in my case has an unhelpful centred crop. These images are used in search results. If I choose ‘landscape image’ the image is the full size image.
    For landscape image I’ve added this CSS to help reduce the size and will probably go with this as a solution

    .img-margin-center img {
           max-width: 25%;
    }

    But can the portrait image size be changed or preferably user cropped? So any idea why e.g. Crop Thumbnails can’t see this custom 365×365 thumb?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    Sorry for the delay! I don’t recommend using that css. Try this:

    .postlist .col-md-5.post-image-container {
        max-width: 150px;
        margin: auto;
    }

    Does that work as you’re wanting?

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Custom 365×365 blog post summary portrait image’ is closed to new replies.