Re: [csswg-drafts] [css-images] object-fit: scale-down should become a flag

@Loirooriol what are the use cases for this extra complexity? We don't typically add features without use cases for the sake of completeness alone. You almost never want to scale images *up* because upsampling deteriorates quality. In the few cases where upsampling is ok, there is no point in restricting it with a boundary. `scale-any` is basically the same as no keyword, and `none` seems to be the same as the existing `none` value, so not sure how it combines with anything else. E.g. what does `object-fit: cover none` do?

-- 
GitHub Notification of comment by LeaVerou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1578#issuecomment-312543737 using your GitHub account

Received on Monday, 3 July 2017 03:48:46 UTC