Client image size
I understand that the size is unified for the client logos/images.
Is this a image size that you limit to in the back end, if so what size?
Or, does it take the smallest image and re-size others to fit.
At present, using 4 in a row it looks terrible (too small) but I'm not sure if this is because of the theme or my images.
Comments
clients logos are resized to 150x75px size. Size for images are defined in functions/theme-functions.php file. If your images does not look good, then you should play with other logos sizes.
For example:
"add_image_size( 'clients-slider', 250, 100, false ); // clients"
Would that work?
Are you talking about Clients or Clients Slider?