resize: function(w,h){
        this.element.css({width: w+'px', height: h+'px'});
      },