I have an image in a container that I want to size at 75VH. I have set it to 75H and auto width. I also have a header block within the container. Both the header and image are in separate div blocks within the container. The content in the header block is causing the image to lose its aspect ratio. The image is maintaining a 75H with a narrower width. How do I fix this? I want the aspect ratio to lock at a 75H and the contents of the header to wrap
Yes - the width is set to auto but the image is not being adjusted by the aspect ratio. I want the image to be set to 75vh and then have the appropriate width in place based on the aspect ratio.