Good “background-size: cover” fallbacks/shims/tricks for cross-browser compatibility on DIVs?
问题 So I'm using background-size:cover to achieve the desired effect of a background image that scales to any size of the div it's applied to while maintaining the aspect ratio. Why use this method? The image is being applied as the background using inline CSS, dynamically through PHP, based on what's being set as the image in the correlating WordPress post. So everything works great, but is there any fallback to ensure this'll work in at least IE8? Possibly some Javascript fixes? Already tried