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

    Hi, i’m in the process of changing my blog theme to Enfold and I would like to know if there is a way to resize images in bulk so that they will fit the width of Enfold which is wider than what I currently have with my current theme.

    As you can see on this post for example – http://rbblog.wpengine.com/uno-image-photoshoot-paulina-arcklin/ (hosted on WPengine) – the images are not stretching to the full width of the content area and I would like to know if I can somehow resize all the images in all the posts to fit the new content area width without going one by one and doing it manually.

    Thanks.

    #339470

    Hey DROR!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

    #340633

    Thanks but that makes all images even those that I don’t want to be full width into full width.

    Is there a way to make the images shows full size instead of 100% full width? I think that can work better since smaller images will still show small and the bigger images will show full width.

    #342309

    Hey!

    On your website http://rbblog.wpengine.com/uno-image-photoshoot-paulina-arcklin/ (hosted on WPengine) the images are shown in full content. Could you fix it?

    Regards,
    Andy

    #342375

    I did that manually for that specific post…

    #343454

    Hey!

    Please give us a link to an actual post that have images with sizes lesser than the post content container. Try this on Quick CSS or custom.css to show the actual size of images inside the post content:

    .single .entry-content-wrapper a img {
    width: auto;
    }

    Cheers!
    Ismael

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