• Is there a way to hide captions only when viewing via the pop up gallery using the phone horizontally? Right now it covers most of the picture without any way to hide it.

    • This topic was modified 6 years, 4 months ago by yorddress.
Viewing 1 replies (of 1 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    You need to use JS to detect mobile and orientation and add classes on the body. Then with custom CSS you can hide captions:

    body.is-mobile .pswp__caption {
        display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘[Mobile] Hide captions when viewing pop up gallery horizontally’ is closed to new replies.