How to set the leaflet-popup-content width #244
Unanswered
jozeflambrecht
asked this question in
Q&A
Replies: 1 comment
-
Probably with custom css: .leaflet-popup-content {
min-width: 100px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am testing this plugin, but was wondering how I can choose the width of the popup?
For example:
Gives me :
Seems like the width is a property of the element:
![image](https://private-user-images.githubusercontent.com/11506957/288467624-26c28ba9-42bc-4d72-ab23-5068f7eafa01.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzAxMTYsIm5iZiI6MTczOTY2OTgxNiwicGF0aCI6Ii8xMTUwNjk1Ny8yODg0Njc2MjQtMjZjMjhiYTktNDJiYy00ZDcyLWFiMjMtNTA2OGY3ZWFmYTAxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAxMzY1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4ZDlmYzk3MGEwYTFmZDI3MTEyZDFiOGZkMDYyZTEzM2JiZTFhMzBiNjU2YTZjZTZkODUxYzgyODE1MjAzODQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZII4mqZNqxF2zdzCszvx5shBR6Vjm5cSbeSvsFQkWGY)
Beta Was this translation helpful? Give feedback.
All reactions