public function getWidth()
 {
     if ($this->width) {
         return $this->width;
     }
     return parent::getWidth();
 }