Skip to content

Fullscreen button still visible on printing #129

Open
@vincedchart

Description

@vincedchart

Hi. This plugin is very cool but I can still see the special fullscreen plugin I use in printing, it's not hidden as it should. I give you all info about it

var map = L.map('map', {
center: [lat, lng],
maxZoom:maxZoom,
zoom: params.zoom || init.zoom,
layers: [mapbase],
zoomControl: true,
loadingControl: true,
fullscreenControl: true,
fullscreenControlOptions: {
position: 'topleft'
}
});

and the Javascript and css:

https://mappingforyou.eu/javascript/Control.FullScreen.js
https://mappingforyou.eu/javascript/Control.FullScreen.css

Thanks by advance
bureau 1_013

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions