Site logo

Archived topic

Image size search results

3 replies · Started by Escobar on September 17, 2019

Viewing posts 1–4 of 4

How can I make all the images that appear in the search result the same size?
Currently they seem to have the real size and I would like to change this to be for example 200x200 px

Hi there,

try adding this CSS:

.search-results .post-image {
    max-width: 200px;
}

Thanks!

You're welcome

This archived topic is closed to new replies.