I haven't found any discussion about adding object-fit and object-position utilities to Tailwind so I'm opening the issue to hear your thoughts on this. I know it's probably something most people won't use in every website but it'd be something useful to have around.
Support for this feature is not excellent and I always provide a fallback via @supports not so I'm not sure if it would make any sense to add this. Maybe if it was disabled by default?
Support for object-fit and object-position isn't that poor ...https://caniuse.com/#search=object-fit
I think it is something that should be added ... And as you said, one can disable it in their config, if they don't need it ...
Won't happen (currently) because both properties aren't supported by IE 11 (see #143)
Not sure if thats the best way to go, cause new features won't land on IE anymore, just on Edge.
We'll add these soon but probably disable them by default in the default config file. Happy to look at a PR for getting it started.
Gave it a shot in #347 馃檪
This one's re-done in #500 馃檪
Most helpful comment
Not sure if thats the best way to go, cause new features won't land on IE anymore, just on Edge.