From 3ca2f009f44b332791b657b2408d4ff33f80a59a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 27 Feb 2015 15:04:11 +0000 Subject: [PATCH] Remove confusing CSS equivs introduced in 77bbbb9 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b70d362c..bd40eeff 100755 --- a/README.md +++ b/README.md @@ -334,8 +334,6 @@ resize the image to be as large as possible while ensuring its dimensions are less than or equal to the `width` and `height` specified. -This is equivalent to using the `contain` value of the CSS `background-size` property. - Both `width` and `height` must be provided via `resize` otherwise the behaviour will default to `crop`. #### min() @@ -345,8 +343,6 @@ resize the image to be as small as possible while ensuring its dimensions are greater than or equal to the `width` and `height` specified. -This is equivalent to using the `cover` value of the CSS `background-size` property. - Both `width` and `height` must be provided via `resize` otherwise the behaviour will default to `crop`. #### background(rgba)