• Resolved guardiano78

    (@guardiano78)


    Hello,
    I have a small problem; in my homepage I would like to display only the first 4 photos of one of the galleries that I created; so I wrote on my page the following shortcode:
    [Supsystic-gallery id = ‘2’ limit = ‘4’]
    basically I added limit = ‘4’ hoping that in this way it would work, but unfortunately it does not work.
    Is there a way to reach my goal?
    thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!
    I’m sorry for late reply.
    Try to add this css code to styles of your theme –

    #grid-gallery-2 .grid-gallery-photos > a:nth-child(n+4) {
        display:none!important;
    }
    Thread Starter guardiano78

    (@guardiano78)

    I did, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image limit’ is closed to new replies.