Hello,
I am working on developing a website for my client and bumped into a little problem. The CSS property of object-fit works on almost every browser (including chrome, firefox, edge etc), but except IE 11.
I am trying to standardize the image size across the board, that's why I have been using {object-fit: cover}. What are the equivalent alternatives would be on IE11? Also, that needs to work on other browsers as well.
Your help would be greatly appreciated. Thanks! :)