• Resolved dimal

    (@dimalifragis)


    Hi,

    In your implementation of Lightbox, clicking outside the images goes to next or previous image.

    Doing that in most (if not all) lightboxes closes the popup and not move back and forth.

    Thanks

    • This topic was modified 1 year, 1 month ago by dimal.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stiofan

    (@stiofansisland)

    Due to the images potentially being panaoamic we set the image frame to 100% width which means there is no space outside it. You can limit it with the following CSS which will work in most cases:

    .aui-carousel-modal .modal-dialog-centered{
        max-width: 75% !important;
    }
    Thread Starter dimal

    (@dimalifragis)

    I will try it.

    Also our theme Kadence supports lighbox and i have seen that WordPress also will do that (or it does it already).

    Wouldn’t be better work with all that and not with custom / buildin lightbox?

    Thread Starter dimal

    (@dimalifragis)

    @stiofansisland In the meantime the css you provided, seems with work well ??

    Thanks again

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lightbox popup’ is closed to new replies.