Change size of the markers

Add this code to the Custom CSS field on the Settings tab of your Timeline widget’s settings:

.es-marker-container {
  scale: 1.2;
}
1 Like