From leaflet-marker Documentation:
iconsize | Set the size of the icon: e.g. “80,50” for 80px width 50px height |
iconanchor | Set the anchor position of the icon: e.g. “40,60” for 40px left 60px top |
popupanchor | Set the anchor position of the popup: e.g. “40,60” for 40px left 60px top |
tooltipanchor | Set the anchor position of the tooltip: e.g. “40,60” for 40px left 60px top |
Markers
Code
[leaflet-map fitbounds max_zoom=17]
[leaflet-marker lat=51.0581362 lng=13.7413094]default[/leaflet-marker]
[leaflet-marker lat=51.0581362 lng=13.7413094
iconurl="https://leafext.de/wp-content/uploads/sites/17/svg/ff_tent.svg"
iconsize="32,32"
iconAnchor="16,32"
popupAnchor="0,-30"
tooltipAnchor="8,-16"
]Marker[/leaflet-marker]
[hover]
[zoomhomemap]
[gestures]