Reply To: Can I make the clock bigger, and reposition in in a page?

Forums CoolClock Pro Can I make the clock bigger, and reposition in in a page? Reply To: Can I make the clock bigger, and reposition in in a page?

#40946
RavanH
Keymaster
{
	"largeIndicator": {
		"lineWidth": 10,
		"startAt": 80,
		"endAt": 100,
		"color": "white"
	},
	"hourHand": {
		"lineWidth": 10,
		"startAt": 0,
		"endAt": 75,
		"color": "white"
	},
	"minuteHand": {
		"lineWidth": 5,
		"startAt": 0,
		"endAt": 85,
		"color": "white"
	},
	"secondHand":{
		"lineWidth": 2,
		"startAt": 0,
		"endAt": 90,
		"color": "white"
	},
	"secondDecoration": {
		"lineWidth": 0,
		"startAt":  0,
		"radius": 10,
		"color": "white",
		"fillColor": "white"
	}
}