• Resolved malakyto

    (@malakyto)


    Hi again, and thanks you for the quick answer to my previous question.

    I’m trying to have a little bit stylized grid like in this website https://ashleysheekey.co.uk/archive , I want my items to show full image and have a beautiful white space.

    And I’m guetting (very approximately) there using a justified grid, and I was wondering if it is possible to make images have same width, and an auto height ? so the gallery can look like columns made and show non cropped images ?

    Or are they premium features ?

    Thanks al lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nadiya – SG Support

    (@wpdexterity)

    Try add this Custom CSS:

    .pgcsimplygalleryblock-grid-item-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    left: unset !important;
    top: unset !important;
    }

    And change space Thumbnails Settings -> Space between thumbnails -> 20+

    Thread Starter malakyto

    (@malakyto)

    Thank you ! this works perfectly !

    Thanks a lot.

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

The topic ‘Change layout’ is closed to new replies.