Lines Matching refs:h
31 * @param int $h bounding box height to resize pixel based images to
34 public function getPreviewHtml($w, $h) argument
37 $src = ml($this->mediaFile->getId(), ['w' => $w, 'h' => $h]);
46 'height' => $h,
61 * @param int $h bounding box height
64 public function getDetailHtml($w = 500, $h = 500) argument
70 [$dw, $dh] = $this->mediaFile->getDisplayDimensions($w, $h, false);
81 'src' => ml($id, ['w' => $w, 'h' => $h, 'fit' => 1, ...$cacheBust], true, '&'),
147 $h = $this->mediaFile->getHeight();
148 if ($w && $h) {
149 return $w . '×' . $h;