File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -334,8 +334,6 @@ resize the image to be as large as possible
334334while ensuring its dimensions are less than or equal to
335335the ` width ` and ` height ` specified.
336336
337- This is equivalent to using the ` contain ` value of the CSS ` background-size ` property.
338-
339337Both ` 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
345343while ensuring its dimensions are greater than or equal to
346344the ` width ` and ` height ` specified.
347345
348- This is equivalent to using the ` cover ` value of the CSS ` background-size ` property.
349-
350346Both ` width ` and ` height ` must be provided via ` resize ` otherwise the behaviour will default to ` crop ` .
351347
352348#### background(rgba)
You can’t perform that action at this time.
0 commit comments