i\'m having the following css code
.imgf{ background: url(/thatscooking/FotoTC/FotoTC/ALWIN01.JPG) no-repeat center center ; -webkit-background-siz
Use this code, cleaner than @RAS version:
background: url(image.jpg) no-repeat center center / cover;