Viewing 6 replies - 1 through 6 (of 6 total)
  • Agreed, I’d rather it be just below the image or something instead of on top of it.

    Plugin Author pdamsten

    (@pdamsten)

    I try to implement features that I need first. Configuration options come later. You can manually remove it by removing ‘layer:’ item starting at line 361 in galleria-fs.php. Patches are features/configuration options are welcome.

    There is even a better work-around.

    You can edit the css – class “galleria-infolayer” for your needs.

    You can push the label outside of the image, if you choose a negative value for “bottom”.
    If you want to disable all, just change “display” from “table-row” to none.

    .galleria-infolayer {
        position: absolute;
        /*bottom: 20px; */
        bottom: -100px;
        /*display: table-row;*/
        display: none;
    }

    By the way…

    This is a great plugin! Thanks for that!

    Oh, I forgot.

    the css – classes are defined within galleria-fs.css

    Plugin Author pdamsten

    (@pdamsten)

    There is now settings page where you can disable overlay.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Filename Overlay Distracting in Fullscreen Galleria Plugin’ is closed to new replies.