Pass through URL requests to URL->generate().
public url ( string $url, integer $width = null, integer $height = null, array $options = null ) : string | ||
$url | string | URL of an image that should be cropped |
$width | integer | Target width |
$height | integer | Target height |
$options | array | Additional Croppa options, passed as key/value pairs. Like array('resize') |
리턴 | string | The new path to your thumbnail |