Home
last modified time | relevance | path

Searched refs:fit (Results 1 – 25 of 82) sorted by relevance

1234

/webtrees/app/Factories/
H A DImageFactory.php108 string $fit argument
113 … $image = $this->resizeImage(image: $image, width: $width, height: $height, fit: $fit);
174 string $fit, argument
192 $fit,
196 …$closure = function () use ($filesystem, $path, $width, $height, $fit, $add_watermark, $media_file…
198 … $image = $this->resizeImage(image: $image, width: $width, height: $height, fit: $fit);
322 …protected function resizeImage(ImageInterface $image, int $width, int $height, string $fit): Image… argument
324 return match ($fit) {
327 default => throw new InvalidArgumentException(message: 'Unknown fit type: ' . $fit),
/webtrees/app/
H A DMediaFile.php171 * @param string $fit "crop" or "contain"
176 …public function displayImage(int $width, int $height, string $fit, array $image_attributes = []): … argument
183 $src = $this->imageUrl($width, $height, $fit);
186 $srcset[] = $this->imageUrl($width * $x, $height * $x, $fit) . ' ' . $x . 'x';
229 * @param string $fit "crop" or "contain"
233 public function imageUrl(int $width, int $height, string $fit): string argument
250 'fit' => $fit,
H A DMedia.php158 * @param string $fit "crop" or "contain"
163 public function displayImage(int $width, int $height, string $fit, array $attributes): string argument
168 return $media_file->displayImage($width, $height, $fit, $attributes);
176 return $media_file->displayImage($width, $height, $fit, $attributes);
H A DIndividual.php337 * @param string $fit "crop" or "contain"
342 public function displayImage(int $width, int $height, string $fit, array $attributes): string argument
347 return $media_file->displayImage($width, $height, $fit, $attributes);
/webtrees/app/Contracts/
H A DImageFactoryInterface.php45 string $fit argument
60 string $fit, argument
/webtrees/public/css/
H A Dvendor.min.css6fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-…
/webtrees/resources/css/
H A Dcolors.css54 /* fit primary and secondary menus on mobile devices */
/webtrees/resources/lang/ku/
H A Dmessages.po11216 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
11217 msgstr "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated b…
/webtrees/
H A Dphpstan-baseline.neon2512 …message: '#^Parameter \#4 \$fit of method Fisharebest\\Webtrees\\Contracts\\ImageFactoryInterface\…
/webtrees/resources/lang/en-GB/
H A Dmessages.po11217 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
11218 msgstr "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated b…
/webtrees/resources/lang/en-AU/
H A Dmessages.po11217 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
11218 msgstr "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated b…
/webtrees/resources/lang/tt/
H A Dmessages.po11200 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/mk/
H A Dmessages.po11221 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/ko/
H A Dmessages.po11199 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/dv/
H A Dmessages.po11193 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/ms/
H A Dmessages.po11197 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/mi/
H A Dmessages.po11214 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/hi/
H A Dmessages.po11221 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/sr/
H A Dmessages.po11244 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/sw/
H A Dmessages.po11235 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/ja/
H A Dmessages.po11196 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/
H A Dwebtrees.pot17521 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/bg/
H A Dmessages.po11216 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/tl/
H A Dmessages.po11221 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…
/webtrees/resources/lang/lv/
H A Dmessages.po11238 msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by…

1234