I am working with images, and I ran across a problem with aspect ratios.
Set the CSS class of your image container tag to image-class:
image-class
and add this you your CSS stylesheet.
.image-full { background: url(...some image...) no-repeat; background-size: cover; background-position: center center; }