Home
last modified time | relevance | path

Searched refs:imageUrl (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DMediaFile.php183 $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 DHtmlRenderer.php344 …return new ReportHtmlImage($media_file->imageUrl((int) $w, (int) $h, 'crop'), $x, $y, $w, $h, $ali…