• I have specified height=800, which is fine for desktop

    Can I specify different value for mobile?

    The page I need help with: [log in to see the link]

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

    (@unit08)

    Hi,

    we suggest doing that by using css. Have u tried using css ?

    Regards

    Thread Starter mahyulan

    (@mahyulan)

    Hello,

    Yes, I have added CSS for mobile:

    @media screen and (max-width:768px) {
    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    max-height: 500px;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.