-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugAn issue describing unexpected or malicious behaviourAn issue describing unexpected or malicious behaviourquestionThe issue contains a question about how to do somethingThe issue contains a question about how to do something
Description
Hello, trying to make a fixed width for all popups in my data map.
Tried using iframes but the nothing changed when I used different values for width and height.
popuptext = ''
iframe = folium.IFrame(popuptext, width=700, height=1000)
popup = folium.Popup(iframe)
folium.Marker(geo_location, popup = popuptext , icon=folium.Icon(color='black')).add_to(marker_cluster)
Any simple way to set the width for a popup in folium?
Metadata
Metadata
Assignees
Labels
bugAn issue describing unexpected or malicious behaviourAn issue describing unexpected or malicious behaviourquestionThe issue contains a question about how to do somethingThe issue contains a question about how to do something