Open rinus2107 opened 8 years ago
Hi, i've tried using percentages for the width and height, but the timer isn't responsive to window changes. What am i doing wrong?
You'll need to set it to resize when your browser window resizes.
$(window).on('resize', function(){ $('#YourTimer').TimeCircles().rebuild(); });
Hi, i've tried using percentages for the width and height, but the timer isn't responsive to window changes. What am i doing wrong?