Neos\Media\Domain\Model\ThumbnailConfiguration::getRatioMode PHP Method

getRatioMode() public method

public getRatioMode ( ) : boolean
return boolean
    public function getRatioMode()
    {
        return $this->isCroppingAllowed() ? ImageInterface::RATIOMODE_OUTBOUND : ImageInterface::RATIOMODE_INSET;
    }