style instanceof \PhpOffice\PhpWord\Style\Image)) { return; } $css = array(); if ($this->style->getWidth()) { $css['width'] = $this->style->getWidth() . 'px'; } if ($this->style->getWidth()) { $css['height'] = $this->style->getHeight() . 'px'; } return $this->assembleCss($css); } }