python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.93k stars 2.23k forks source link

Keep original size of image in CustomIcon #1934

Open RemDelaporteMathurin opened 7 months ago

RemDelaporteMathurin commented 7 months ago

Hi all,

I'm trying to add a bunch of logos to a map using CustomIcon and when I don't provide the icon size, they are rescaled to a square.

Is there a way to avoid this without having to provide the aspect ratio manually?