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.
Hey DROR!
Please add following code to Quick CSS
.entry-content img {
width: 100%;
}
Cheers!
Yigit
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.
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
I did that manually for that specific post…