Craft\ImagerVariable::clientSupportsWebp PHP Method

clientSupportsWebp() public method

Checks for webp support in browser
public clientSupportsWebp ( ) : boolean
return boolean
    public function clientSupportsWebp()
    {
        return strpos(craft()->request->getAcceptTypes(), 'image/webp') !== false;
    }