I have been exploring ways to modify background-size from 'contain' to 'cover' using media queries when the browser width results in an aspect ratio of less than 4:3.
This adjustment creates a background image that may not be fully visible, but ensures it fills the screen for a more polished appearance.
While there is a selector called 'device-aspect-ratio', it is not widely supported.
Is there a workaround available that does not require specifying declarations for different device screen sizes?