Skip to content

Commit

Permalink
fix(cloudinary): map cover to lfill mode (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptdev committed May 7, 2024
1 parent 3878c6f commit 7ccc4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/providers/cloudinary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const operationsGenerator = createOperationsGenerator({
fill: 'fill',
inside: 'pad',
outside: 'lpad',
cover: 'fit',
cover: 'lfill',
contain: 'scale',
minCover: 'mfit',
minInside: 'mpad',
Expand Down

0 comments on commit 7ccc4aa

Please sign in to comment.