• Resolved atesz03

    (@atesz03)


    Hi,

    In the upper right corner of the lightbox there is a show info/hide info button which looks like a fullscreen button. I don’t have a use of it becouse I display images without captions and exif data.

    How can I hide it? I tried to target the css classes I found in chrome dev tools but unfortunately no success.

    Thanks for the help in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @atesz03 !

    You can do it in CSS, but it’s a bit tricky. 😅 You can’t use the good old “display: none”! Try this instead and it should work:

    .mwl__topbar__controls__control--fullscreen {
        visibility:hidden;
    }
    Thread Starter atesz03

    (@atesz03)

    Hi @valwa,

    This works, thank you!

    Another question related to this: Is it possible to get a real fullscreen button? The lightbox currently appears only as large as the browser window.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hide “show info” button’ is closed to new replies.