Hi guys
Is it possible to change the map into different shapes such as a circle?
Pakic
2
You can wrap it inside of div, make that div border-radius 100%, and overflow hidden.
1 Like
Thanks a lot, Stefan!!
Can you please explain what is this overflow option? couldn’t understand its purpose…
When should I use it besides the radius option?