/** * Get height of this item */ public function getHeight() { if ($this->file) { $height = $this->file->getHeight(); if ($height) { return $height; } } return $this->config()->insert_height; }