Searched defs:fit (Results 1 – 5 of 5) sorted by relevance
/webtrees/app/Contracts/ |
H A D | ImageFactoryInterface.php | 45 string $fit 60 string $fit,
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 108 string $fit 174 string $fit, 322 …protected function resizeImage(ImageInterface $image, int $width, int $height, string $fit): Image…
|
/webtrees/app/ |
H A D | MediaFile.php | 176 …public function displayImage(int $width, int $height, string $fit, array $image_attributes = []): … 233 public function imageUrl(int $width, int $height, string $fit): string
|
H A D | Media.php | 163 public function displayImage(int $width, int $height, string $fit, array $attributes): string
|
H A D | Individual.php | 342 public function displayImage(int $width, int $height, string $fit, array $attributes): string
|