I have a site that is displaying many of its images as background images using background-size: cover to size them to completely fill the element while cropping off
background-size: cover
The W3C provide an exemple for this context, simply provide a role="img" to the div and an aria-label with your description.
role="img"
aria-label
More informations here : http://mars.dequecloud.com/demo/ImgRole.htm