change the size of all images

  • kingsays

    #10248

    Hi,

    I was wondering if there was a way of changing the size of all the images in all of my posts from the past.

    I have always been posting images at a width of 440px so that they fit nicely in the column and don’t need to resize to fit so my site ran faster, but now I am thinking of changing my column width and didn’t want to go through thousands of posts manually changing the size. Is there a mass way of doing this so they all fit a minimum width and then proportionately size up height wise.

    Thanks

    kingsays

    #45709

    Found this code that worked…

    p img {
    width: 100% !important;
    height: auto;
    }
    Mod

    Kenneth John Odle

    #45710

    There is also this plugin:

    which will rebuild all the thumbnails for you.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.