public function getHeight()
 {
     if ($this->height) {
         return $this->height;
     }
     return parent::getHeight();
 }