› 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?
27 May 2023 at 00:54
#40992
Keymaster
Or with black background added to cover the red brown orange bands:
[[coolclock skin="retro" radius="200"]
{
"outerBorder": {
"lineWidth": 100,
"radius": 50,
"color": "black",
"alpha": 1
},
"largeIndicator": {
"lineWidth": 10,
"startAt": 75,
"endAt": 95,
"color": "white"
},
"hourHand": {
"lineWidth": 10,
"startAt": 0,
"endAt": 70,
"color": "white"
},
"minuteHand": {
"lineWidth": 5,
"startAt": 0,
"endAt": 80,
"color": "white"
},
"secondHand": {
"lineWidth": 2,
"startAt": 0,
"endAt": 85,
"color": "white"
},
"secondDecoration": {
"lineWidth": 4,
"startAt": 0,
"radius": 8,
"color": "white",
"fillColor": "white"
}
}
[/coolclock]]