Reply To: Resize

Author
Reply
  • #1674

    There are few things plugin does to make timer responsive, and some is done in JavaScript, some is done with CSS. Responsive and Recalculate options deal with the whole width of the timer. CSS has media queries to change base font size used by all the styles. So, by default timer has base style of 14px, and depending on the browser size, this base font size is smaller so that the timer gets smaller on smaller screens. If you load ‘counter.pack.css’ file, open to edit that file and remove last line with styling (marked Responsive, starts with @media), and font size will no longer change with screen size.

    Milan