Thumbor\Url\CommandSet::fullFitIn PHP Метод

fullFitIn() публичный Метод

Overrides any previous call to fullFitIn, fitIn or resize.
public fullFitIn ( $width, $height )
    public function fullFitIn($width, $height)
    {
        $this->resize = "full-fit-in/{$width}x{$height}";
    }