Compare commits
1 Commits
v1.1.0-rc.
...
v1.1.0-rc.
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a87318b12 |
@@ -28,6 +28,6 @@ export default function imgproxyLoader({
|
|||||||
return getImgproxyUrl(src, {
|
return getImgproxyUrl(src, {
|
||||||
width,
|
width,
|
||||||
resizing_type: 'fit',
|
resizing_type: 'fit',
|
||||||
gravity: 'fv', // Use face-aware focusing (face detection)
|
gravity: 'sm', // Use smart gravity (content-aware) instead of face detection (requires ML)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user