• With the new WP, now it’s smart. If my gallery is 800px and I have 1 column, all images used to show at 800px wide.
    Now if I have a 600px wide image it would show at 600px.
    BUT I actually want them all at 800px wide. What can I do w/o redoing 6000 images?

Viewing 2 replies - 1 through 2 (of 2 total)
  • How about forcing all images through to be 800 pixels using CSS, depending what your tag for each image is, I’m referring to something like this;

    img.gallery {width:800px !important, min-width:800px !important}

    I wouldn’t use min-width, if your after responsive and place the updated CSS within the right screen query.

    Hope that helps.

    Thread Starter funsail

    (@funsail)

    No looks like since img has a width tag the gallery css doesn’t matter

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘gallery image width’ is closed to new replies.