How to use iconsize, iconAnchor, popupAnchor, tooltipAnchor

From leaflet-marker Documentation:

iconsizeSet the size of the icon: e.g. “80,50” for 80px width 50px height
iconanchorSet the anchor position of the icon: e.g. “40,60” for 40px left 60px top
popupanchorSet the anchor position of the popup: e.g. “40,60” for 40px left 60px top
tooltipanchorSet the anchor position of the tooltip: e.g. “40,60” for 40px left 60px top

Markers

When using the maps, content is loaded from third-party servers. If you agree to this, a cookie will be set and this notice will be hidden. If not, no maps will be displayed.

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]
Nofollow!