• Resolved ellocosolo

    (@ellocosolo)


    Hello again Joe,

    Is there a possibility to add a feature for the text written on the markers info window, so that the window auto-adjust its size based on the text length, to avoid scrolling ?

    Thanks in advance for your reply

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

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

    (@morehawes)

    Hi @ellocosolo,

    Unfortunately this is not currently possible, however you can increase the maximum height using the following CSS:

    .waymark-map-container ul.waymark-info li.waymark-info-description {
      max-height: 240px !important;
    } 

    I hope this helps.

    Cheers,
    Joe

    Thread Starter ellocosolo

    (@ellocosolo)

    Dear Joe !

    That’s perfect and fits my needs completely. Many thanks for the quick and efficient reply ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Marker info windows – Autosize based on text length’ is closed to new replies.