width: function() {
            if (this.is_empty()) { return 0; }
            return this.field.attributes.original.width;
        },