Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1145183

    Hello
    I’ve looked at lots of posts and tried a bunch of things. I’m using the elegant blog setting in a full width page.

    I need all of my images to be their native width and height values, from masonry grid thumbnails (working nicely!), to single post featured images above the post text. Please advise and thank you in advance :)

    css –

    #top .fullsize .template-blog .big-preview img {
        width: 100%;
    	height: 100% !important;
    }
    
    .big-preview img {
        width: 100% !important;
    	height: auto !important;
    }
    
    .html_elegant-blog #top .big-preview img {
        width: 100% !important;
    	height: auto !important;
    }
    
    .html_elegant-blog .entry-content-wrapper .big-preview.single-big {
        width: 100% !important;
    	height: auto !important;	
    	margin: 10px 0px 30px 0px !important;
    }
    
    .html_elegant-blog .entry-content-wrapper .big-preview.single-big img {
        width: 100% !important;
    	height: auto !important;	
    	margin: 10px 0px 30px 0px !important;
    }
    
    .single .big-preview {
        width: 800px !important;
        height: auto !important;
    }
    

    I set the media settings to 0 for all three and it didn’t make a difference, so I set it back to my other settings.
    I could install the simple image sizes plugin but this site has a huge image library, and I don’t want to ruin what’s already there.

    #1145826

    Hey webWahine,

    Thank you for the inquiry.

    You need to disable the “crop” parameter of the “entry_without_sidebar” thumbnail, or adjust its maximum width and height value. The Simple Image Sizes plugin should do the trick. If you don’t want to regenerate the existing images, just remove the featured images from the Media > Library and upload them again.

    Best regards,
    Ismael

    #1145890

    Works beautifully! Thank you so much :)

    #1146015

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1146239

    Close away! :)

    #1146251

    Hi,

    Please let us know if you need additional help here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Elegant post style big preview images are cropped vertically’ is closed to new replies.