Okay
  Public Ticket #1427430
photo gallery
Closed

Comments

  • Rafal started the conversation

    Hi.

    Is there a way to present on the webpage the galery of lets say 20 pictures but limit number of thumbnails to 3? The remaining pictures would only be visible once you click through pictures.

    Thanks. Rafal

  •  234
    Elena replied

    Hi Rafal,

    you can do that adding a few CSS to Customize -> Additional CSS. Go there and paste the following code:

    .gallery .gallery-item:nth-child(n+4) { display: none; }

    Cheers, P.