Если честно не совсем понимаю как это сделать.
Вот у меня
Mate.prototype.init = function () {
this.img = this.element.children('img');
this.popup = this.element.find('a');
// IMG SIZE
this.imgWidth = this.img.innerWidth();
this.imgHeight = this.img.innerHeight();
и т.д
Как мне их обновить? недогоняю