Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1076449
    KBroyles
    Participant

    What is the best sizing for blog images? I’ve been using 1000px wide but I just don’t feel it’s ideal. There’s a lot of white space around my images.

    http://www.kellybroylesphotography.com/blog

    #1076625
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Upon checking, I see that you have used the following code to hide your featured images of the blog.

    
    .single-post .entry-featured {
        display: none;
    }
    

    Other images added to the blog posts can be adjust by yourself according to your requirement.

    Could you please point us with a sample post URL ? so that we can check.

    Thanks!

    #1088860
    KBroyles
    Participant

    For instance on this post no matter what I blog stomp the width they say the same width. I would like to make them wider so there’s less white space on the sides.

    http://www.kellybroylesphotography.com/krystal-levi-gervasi-vineyard-wedding-canton-oh/

    #1089177
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .single-post .entry-content p img {
        width: 100%;
    }

    Hope this helps.

    #1124052
    KBroyles
    Participant

    It’s stretching my images out and they’re getting really soft even if I blog stomp them at 2048 width. Any ideas?

    #1124058
    KBroyles
    Participant

    I removed the CSS temporarily to make sure the images keep looking good.

    #1124204
    Joao
    Moderator

    Hi there,

    Please add the following code to Appereance Customizer Custom CSS

    .single-post .entry-wrap {
         padding-left: 10px;
        padding-right: 10px;
    }
    
    .aligncenter {
         margin: 0 !important;
        width: 100% !important;
    }

    Let us know how it goes,

    Joao

    #1129050
    KBroyles
    Participant

    They’re still going very soft compared to how they look saved on my computer. Could it be a plug in or something I have?

    Attachment shows blog (bottom) on computer save (top) for comparison.

    #1129052
    KBroyles
    Participant

    Image attachment.

    #1129074
    KBroyles
    Participant

    Disregard. It was WP Smush & another compression issue.

    #1129512
    Rue Nel
    Moderator

    Hello There,

    We are just glad that you have figured it out a way to correct the said issue.
    Thanks for letting us know!

    Best Regards.

  • <script> jQuery(function($){ $("#no-reply-1076449 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>