• Resolved Tomek

    (@typ)


    Hi.

    I’ve tried to change thumbnail size in options for overview map but it looks like shortcode [overviewmap latlngs=overview-latlng show_thumbnails thumbsize=200,200 icons=ovm-leaflet-marker category=xyz] dont work. Thumbnail has always size 75x75px. Can you explain how to use this shortcode?

    https://leafext.de/en/doku/overviewmap/

    • This topic was modified 1 year, 2 months ago by Tomek.
Viewing 1 replies (of 1 total)
  • Thread Starter Tomek

    (@typ)

    Everything is ok.

    It looks like css was blocking to show bigger thumbnails.

    .leafext-overview-popup-one .leafext-overview-popup-img {
    height: 75px; width: 75px;
    }

    Changed to 100% and it is ok now.

Viewing 1 replies (of 1 total)

The topic ‘Thumb size (overview map)’ is closed to new replies.