Changing hotspot marker size

We're using fixed hotspot marker sizes. If you want to change it you need some CSS code.

.container-point {
    width: 50px;
    height: 50px;
}
.container-point .point .point-content {
    width: 40px;
    height: 40px;
}

Last updated

Was this helpful?