Change image width in all posts (theme chane)

  • Unknown's avatar

    Dear community,

    for a long time I have used a theme, where images automatically had a maximum width of 500px if I inserted them with “maximum width”. Now if I want to change the theme, often the right part of all images or the image border at the right side is cut off, because the width of the main column is lower than 500px. Which renders so many pretty themes unusable for me.

    Is there a possibility, that I can batch-change the with of all images in my posts (which are too many to edit every image by hand), so the images in my posts don’t destroy the layout of half of the themes?

    Help would be much appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Of course I meant “… (theme change)” in the headline.

    Also: The concerning blog is http://hallomarvin.wordpress.com/

  • Unknown's avatar

    G locki85
    I put Titan up on my test blog. If you change it to a maximum size of 497 pixels, rather than 500 pixels it will work perfectly.
    Happy blogging :)

  • Unknown's avatar

    Thank you for your answer, but that’s not quite what I meant. I’m okay with Titan, but I would like to try Bueno for example, where the right border of all posted images is cut off at the right side.

    What I would like to know is, if it was possible to change the width of all pictures that were already posted in a batch-way, without editing every single image in every single post…

    (Or at least turn off the border in the Bueno theme by default, because there it is just the border and not a part of the image, but I guess that’s not possible without CSS upgrade)

  • Unknown's avatar

    I don’t know of any way to bulk edit the size of inserted images.

    For no border in Bueno, add style = “border: 0 none ; ” as below:

    <img class="alignleft" style="border:0 none;" title="TITLE" src="URL_OF_IMAGE" alt="" width="500" height="375" />

  • The topic ‘Change image width in all posts (theme chane)’ is closed to new replies.