img {
-webkit-box-reflect: below;
}
img {
-webkit-box-reflect: below 10px;
}
img {
-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}
img {
-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
View this demo in Firefox, otherwise the effect will not be delivered.