Resizing blog images

Home Forums Legacy Support Support queries How-to & Troubleshooting Resizing blog images

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12083
    willan
    Spectator
    Hi, Please can you tell me how to resize the featured image in a blog post? Currently, the image is really huge, taking up the whole screen! I just want a small image. Thankyou :-)
    #12339
    Anshuman Sahu
    Keymaster
    Can you please share the url where this issue is appearing and also the steps to replicate this issue .
    #12385
    willan
    Spectator
    Hi, it is happening in each of the blog pages here: http://imlearningenglishexams.com/blog/ I just want a small picture, but it automatically makes it huge. Thanks!
    #12495
    Anshuman Sahu
    Keymaster
    The images on the single post page will be the same as that of the image . If you want to reduce the size of the featured image on single post page then you can try this css : .single .featured img {     width: 25%; } The featured images are of different sizes in height and width. We have made the width of each image the same and height is auto . Please check the width of the images on the bog page is constant while the height varies as per image size . We can provide you
    #12592
    willan
    Spectator
    That has worked, thanks. Is it possible to make the picture kind of embedded in the text? What I mean is, can the text from the post go where all the white space is in the picture? Thanks a lot :-)
    #12763
    Anshuman Sahu
    Keymaster
    Try adding the given css from wp-admin -> appearance -> customize -> custom css : .single .featured img {     width: 25%;     display: inline-block;     float: left;     margin-right: 34px;     margin-top: 30px; }
    #13064
    willan
    Spectator
    Works great, thanks Alex!
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Resizing blog images’ is closed to new replies.