• Resolved spontans

    (@spontans)


    Hello
    I really need to prevent images in the grid from opening in lightbox on mobile devices.
    could you please help me with that?
    Thanks in advance,
    Sasha

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

    (@gt3themes)

    @spontans
    Hi Sasha!
    Here is a copy of the response that we sent to you via email.

    This is a temporary solution until our developers add this option to the gallery settings. Please add this code to the Custom CSS field in the gallery option panel:

    @media screen and (max-width: 420px) {

    .gt3-photo-gallery-pro–isotope_gallery .gt3pg-isotope-item {

    pointer-events: none !important;

    touch-action: none !important;

    }

    }

    Plugin Author gt3themes

    (@gt3themes)

    Resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dsiabling lighbox on mobile devices’ is closed to new replies.