This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Gallery [PB] reduced size images look like ****

11 years ago · Last reply by Andrew Misplon 11 years ago

Hi-

Used the Gallery from PageBuilder to build a gallery page. I took 18 images and they went into a 3×6 grid of reduced size squared images.

However the reduced size images, look really badly — very fuzzy. The original images are very sharp, and a reduced size image should be just as sharp. They look so bad it is unusable. I’ve downsized images in WordPress before and they never looked like this. Can you tell me why this is happening? What can I do to fix it?
Here’s what it looks like:
http://boncratious.com/gallery1/

Thanks for the help.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi

    The theme’s CSS file is pushing these images to be greater than 150px x 150px in size hence the stretch. The easiest fix is to insert this into a Custom CSS module or plugin:

    /* Gallery */
    .gallery-item .gallery-icon img {
    width: auto !important;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread