• 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 1 replies (of 1 total)
  • Plugin Support SimpLy Gallery

    (@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+

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.