• Resolved fiorillo

    (@fiorillo)


    My page is in local. I want to display in a post, four images and when is click in one image, show the lightbox. How can I do it?
    This plugin is great. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    Hello,
    Unfortunately, there is no such setting at the moment. But I will try to add it in the future.

    Thread Starter fiorillo

    (@fiorillo)

    I′ve solved in the style sheet. It′s not a elegant way, but it works. Now in the post it display only the first four images of the gallery and when click you can see the rest of the images in the lightbox.

    Thanks

    Plugin Author GalleryCreator

    (@gallerycreator)

    This is great news!
    I like People who are not afraid to experiment and use their brain. ??
    If You wish, You can add your CSS here so that others can use this solution.

    Thread Starter fiorillo

    (@fiorillo)

    Sure.

    div.pgcsimplygalleryblock-grid-item {
    	display: none !important;
    }
    div.pgcsimplygalleryblock-grid-item:nth-child(-n+4) {
    	display: block !important;
    }

    You can modify (-n+4) if you need to display more or less images. If you want to display 5 images, then (-n+5)

    Plugin Author GalleryCreator

    (@gallerycreator)

    I added a setting for the number of displayed thumbnails to the Gallery Settings Panel in version 1.8.0

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to configure how many images I want to show’ is closed to new replies.