$dimensions->fitWidth()
Recalculates the width and height to fit the given width
Parameters
Name | Type | Default | Description |
---|---|---|---|
$fit | int |null |
null |
the max width |
$force | bool |
false |
If true, the dimensions will be upscaled to fit the box if smaller |
Return type
This method does not modify the existing $dimensions
object but returns a new object with the changes applied. Learn more →