Can someone help me achieve the layout shown in the image below? I want a container that spans full width and height with 2 images and other elements inside. The images should be full-height within the container, but also automatically adjust their width to fit (expanding from center to left or right). However, my images are taller than the container, so I need to find a way to constrain them while still filling the full height of the container.
Additional info: All images are in portrait orientation and have the same height. I've looked at similar questions on Stack Overflow, but haven't found a solution. You can view my non-working example here.
If you have any suggestions, please share. Thank you!