Skip to content

Commit 4ee5e78

Browse files
committed
Moved cover to fill
1 parent 091c6a4 commit 4ee5e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hashing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function computeHashesFromStream(
5555

5656
if (resize) {
5757
const resizer = sharp()
58-
.resize(448, 448, { fit: 'cover' })
58+
.resize(448, 448, { fit: 'fill' })
5959
.raw({ depth: 'char' });
6060

6161
stream.pipe(resizer);

0 commit comments

Comments
 (0)