Searched refs:imageUrl (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/ |
H A D | MediaFile.php | 183 $src = $this->imageUrl($width, $height, $fit); 186 $srcset[] = $this->imageUrl($width * $x, $height * $x, $fit) . ' ' . $x . 'x'; 233 public function imageUrl(int $width, int $height, string $fit): string function in Fisharebest\\Webtrees\\MediaFile
|
/webtrees/app/Report/ |
H A D | HtmlRenderer.php | 344 …return new ReportHtmlImage($media_file->imageUrl((int) $w, (int) $h, 'crop'), $x, $y, $w, $h, $ali…
|