Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #850967

    Hi,
    I’ve found that on some of my posts the featured image is being stretched very large (much bigger than uploaded image size)
    Example at

    Thanks,
    Neil

    #851345

    Hey Neil,

    The default behaviour is to display the image full width, how do you want to change that?

    Best regards,
    Rikard

    #851686

    Is it possible to display them at the size they were uploaded, without stretching? For portrait images such as this book cover, displaying at full width makes the image far too big! Thanks

    #851777

    Hi,

    The width would have to be adjusted. For example add this to quick css:

    .big-preview img{
    width:50%!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.