Okay
  Public Ticket #1507975
How to Create a Masonry Gallery
Closed

Comments

  •  1
    greyhavns started the conversation

    is it possible within a portfolio page, for this to be executed?

  •  291
    Paul replied

    Hi there,

    Unfortunately, there is no option for that. 

    But if you are trying to reduce the size of the images on portfolio single pages, you can try using this custom CSS:

    .port-format-item img {
        max-height: 150px;
        width: auto;
    }
    .port-format-item {
        display: inline-block;
        margin: 0 0.5% 1%;
    }
    .port-format-content {
        text-align: center;
    }
    

    Regards,
    Paul