lib.outerWidth = function (el) {
        if (typeof Zepto === 'function') {
          return el.width();
        }