• Resolved Alejandra gris

    (@alejandra-gris)


    How to customize the size of the popup window for a specific bookmark? I need an image to be seen in the pop-up window and for it to be 600 x 600px;

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

Viewing 1 replies (of 1 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @alejandra-gris,

    At first you should use the dedicated image field to show an image in a location popup. Don’t use the description field for this.

    Secondly you can style the width of the popups width this CSS code:

    .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content {
      width: 250px !important;
    }

    Best regards,
    Daniel

Viewing 1 replies (of 1 total)
  • The topic ‘How to customize the size of the popup window for a specific bookmark?’ is closed to new replies.