I'm curious about the browsers that support the CSS property object-fit: cover
. My usual sources for checking compatibility are the Mozilla browser compatibility table and caniuse, but they sometimes provide conflicting information. For example, while Mozilla indicates that Chrome for Android version 31 supports it, caniuse says version 84 is the minimum supported. What could be causing this discrepancy?
How can I test the object-fit: cover
property for Chrome for Android version 55? Tools like lambda
do not allow for selecting a specific mobile browser (unlike desktop) and only show the latest version available.
In the long run, which resource should I trust more for future reference?
https://i.sstatic.net/Rse6l.png https://i.sstatic.net/VAxc3.png