Shawn Brandt
Results
3
comments of
Shawn Brandt
this will do it - if ($(window).width() < 480) { alert('Less than 480'); // do something else instead of tilt or change options } else { alert('More than 480'); //...
I tried this and it worked - from: `var l = parseInt(i / n * f);` to `var l = parseInt(Math.round(i / n * f));`
See this tread to fix your issue - https://github.com/bfintal/Counter-Up/issues/36