FreakyD96 / jquery-countdown

Automatically exported from code.google.com/p/jquery-countdown
0 stars 0 forks source link

Need Digits.png on width 21, height 32 ??? #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I Need a digits.png image file for width 21 and height 32...

// Default options
  var options = {
    stepTime: 60,
    // startTime and format MUST follow the same format.
    // also you cannot specify a format unordered (e.g. hh:ss:mm is wrong)
    format: "dd:hh:mm:ss",
    startTime: "01:12:32:55",
    digitImages: 6,
    digitWidth: 21,
    digitHeight: 32,
    timerEnd: function(){},
    image: "digits.png"

Please, Anybody help me out !!!!

Original issue reported on code.google.com by mail2kar...@gmail.com on 27 Feb 2012 at 4:28