Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherImage.php354 [$croppedWidth, $croppedHeight] = $this->getCroppingDimensionsWithRatio($ratio);
404 [$logicalWidthWithRatio, $logicalHeightWithRatio] = $this->getCroppingDimensionsWithRatio($ratio);
474 public function getCroppingDimensionsWithRatio(float $targetRatio): array function in ComboStrap\\FetcherImage