style->getWidth()) { $css['width'] = $this->style->getWidth() . 'px'; } if ($this->style->getWidth()) { $css['height'] = $this->style->getHeight() . 'px'; } return $this->assembleCss($css); } }