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

At that point why not something like

    [fill | contain | cover] || [scale-down | scale-up | scale-any | none]

where the first part specifies the desired filling style, and the second part specifies if the default size should be used as a clamp (`scale-down` clamps as a maximum, `scale-up` as a minimum, `none` as a minimum and maximum, and `scale-any` does not clamp).

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

Received on Monday, 3 July 2017 02:22:47 UTC