YEAH, I found the solution for having a fullscreen image with ratio, simply put this into the custom field:
background-position: center top;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;