Skip to content

Commit 3ca2f00

Browse files
committed
Remove confusing CSS equivs introduced in 77bbbb9
1 parent a900c28 commit 3ca2f00

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ resize the image to be as large as possible
334334
while ensuring its dimensions are less than or equal to
335335
the `width` and `height` specified.
336336

337-
This is equivalent to using the `contain` value of the CSS `background-size` property.
338-
339337
Both `width` and `height` must be provided via `resize` otherwise the behaviour will default to `crop`.
340338

341339
#### min()
@@ -345,8 +343,6 @@ resize the image to be as small as possible
345343
while ensuring its dimensions are greater than or equal to
346344
the `width` and `height` specified.
347345

348-
This is equivalent to using the `cover` value of the CSS `background-size` property.
349-
350346
Both `width` and `height` must be provided via `resize` otherwise the behaviour will default to `crop`.
351347

352348
#### background(rgba)

0 commit comments

Comments
 (0)