This is the way I usually do it and it works perfectly for me:
Img {
-webkit-mask-image:
-webkit-gradient(
linear, left bottom, left top,
from( rgba(0,0,0,0) ), to( rgba(0,0,0,1) )
);
}
Img {
-webkit-mask-image:
-webkit-gradient(
linear, left bottom, left top,
from( rgba(0,0,0,0) ), to( rgba(0,0,0,1) )
);
}