Here we go again... I've been searching for a solution but can't seem to find one. I have a container that occupies the left 50% of the screen. Inside this container, I want an image to fill the space without stretching. The current CSS is:
height: auto;
max-width: 100%;
Any help would be greatly appreciated!