I am working with images, and I ran across a problem with aspect ratios.
You can create a div like this:
And use this css to style it:
height: 100%; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; // this can also be cover