Home
last modified time | relevance | path

Searched refs:displayImage (Results 1 – 20 of 20) sorted by relevance

/webtrees/app/
H A DMedia.php163 public function displayImage(int $width, int $height, string $fit, array $attributes): string function in Fisharebest\\Webtrees\\Media
168 return $media_file->displayImage($width, $height, $fit, $attributes);
176 return $media_file->displayImage($width, $height, $fit, $attributes);
H A DIndividual.php342 public function displayImage(int $width, int $height, string $fit, array $attributes): string function in Fisharebest\\Webtrees\\Individual
347 return $media_file->displayImage($width, $height, $fit, $attributes);
H A DMediaFile.php176 …public function displayImage(int $width, int $height, string $fit, array $image_attributes = []): … function in Fisharebest\\Webtrees\\MediaFile
/webtrees/resources/views/
H A Dindividual-page-images.phtml37 …<?= $individual_media->first()->displayImage(200, 260, 'crop', ['class' => 'img-thumbnail img-flui…
43 … <?= $media_file->displayImage(200, 260, 'crop', ['class' => 'img-thumbnail img-fluid w-100']) ?>
H A Dmedia-page-details.phtml78 <?= $media_file->displayImage(200, 150, 'contain', []) ?>
H A Dchart-box.phtml103 <?= $individual->displayImage(40, 50, 'crop', ['class' => 'wt-chart-box-thumbnail']) ?>
H A Dfact.phtml92 <?= $media_file->displayImage(100, 100, 'contain', []) ?>
/webtrees/resources/views/selects/
H A Dmedia.phtml13 <?= $media_file->displayImage(30, 40, 'crop', []) ?>&nbsp;
H A Dindividual.phtml15 <?= $individual->findHighlightedMediaFile()->displayImage(30, 40, 'crop', []) ?>&nbsp;
/webtrees/resources/views/modules/lightbox/
H A Dtab.phtml17 …<?= $media_file->displayImage(100, 100, 'contain', ['class' => 'img-thumbnail wt-album-tab-image']…
/webtrees/resources/views/modules/pedigree-map/
H A Devents.phtml41 … <?= $fact->record()->displayImage(40, 50, 'crop', ['class' => 'wt-pedigree-map-thumbnail']) ?>
/webtrees/resources/views/edit/
H A Dreorder-media.phtml29 <?= $fact->target()->displayImage(100, 100, 'contain', []) ?>
H A Dreorder-media-files.phtml29 <?= $media_file->displayImage(100, 100, 'contain') ?>
/webtrees/resources/views/modules/random_media/
H A Dslide-show.phtml48 … <?= $media_file->displayImage(200, 200, 'contain', ['class' => 'slide-show-image img-fluid']) ?>
/webtrees/app/Elements/
H A DXrefMedia.php93 $label = $media_file->displayImage(100, 100, 'contain', []);
/webtrees/resources/views/lists/
H A Dmedia-table.phtml94 <?= $media_file->displayImage(100, 100, 'contain', []) ?>
/webtrees/app/Http/RequestHandlers/
H A DFixLevel0MediaData.php141 $media->displayImage(100, 100, 'contain', ['class' => 'img-thumbnail']),
/webtrees/resources/views/modules/media-list/
H A Dpage.phtml111 … <?= $media_file->displayImage(300, 200, 'contain', ['class' => 'img-fluid']) ?>
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php387 return $individual->displayImage(40, 50, 'crop', []);
/webtrees/
H A Dphpstan-baseline.neon1972 message: '#^Cannot call method displayImage\(\) on Fisharebest\\Webtrees\\Media\|null\.$#'
3622 … \#4 \$image_attributes of method Fisharebest\\Webtrees\\MediaFile\:\:displayImage\(\) expects arr…
11116 message: '#^Cannot call method displayImage\(\) on Fisharebest\\Webtrees\\GedcomRecord\|null\.$#'
11842 …message: '#^Call to an undefined method Fisharebest\\Webtrees\\GedcomRecord\:\:displayImage\(\)\.$…