Closed yuhao-nyc closed 10 years ago
The font size automatically adjusts to the size of the circles, if that's not what you mean, can you elaborate that?
I don't think font size changes automatically in my script, i don't know if its the newest changes? in my time circles, the words stays all the same all along whenever i re size the screen size.
If you want it to change as the window changes, you need to call the rebuild function so that the HTML gets recreated.
Try:
$(window).resize(function(){
$('#MyTimer').TimeCircles().rebuild();
});
Hi, if there is a way to make the words within circles responsive, e.g Hours, Minutes, Seconds. Not just stay the same font size forever.