This is a migrated thread and some comments may be shown as answers.

Marker Size

1 Answer 99 Views
Map
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 22 Nov 2013, 07:22 PM
Hi I am new to Kendo, and was wondering if there was a way to change the marker size? I need the size to be about half as big as it currently is. 

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 25 Nov 2013, 09:30 AM
Hello Steven,

The map markers are images and you need to change this image in order to change the marker's size.

.k-map .k-marker {
   background-image: url("your path goes here");
}

Regards,
Hristo Germanov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Map
Asked by
Steven
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or