Calling all CSS experts:
I'm curious if it's doable to replicate the image scaling effect seen on this website using only CSS?
Please note that the images only begin scaling when the height of the browser window changes, not its width. (I mention this because most information online focuses on altering the width.)
The tricky part appears to be handling different threshold values: Landscape-oriented images start scaling down only when they reach the same height as the already downscaled portrait-oriented images.
Any insights or feedback on this issue would be greatly appreciated!