Skip to content

Kirby 3.5.7.1

$dimensions->fitWidthAndHeight()

Recalculates the dimensions by the width and height

$dimensions->fitWidthAndHeight(int $width = null, int $height = null, bool $force = false): Kirby\Image\Dimensions

Parameters

Name Type Default Description
$width int null the max height
$height int null the max width
$force bool false

Return type

Kirby\Image\Dimensions

This method modifies the existing $dimensions object it is applied to and returns it again.

Parent class

Kirby\Image\Dimensions