I am wondering what browsers support the CSS property object-fit: cover
. I usually use a mixture of Mozilla browser compatibility table and caniuse, however, they provide slightly different information. For example, on Mozilla, Chrome for Android version 31 is supported, however, caniuse states that version 84 is supported at a minimum. What is correct/ the reason for the above difference?
How would I test the object-fit: cover
property for Chrome for Android version 55? Using something like lambda
does not support picking a different browser on mobile (as they do with desktop) and will provide the latest version of the browser.
Long term, which one should I rely on in the future?