Edit in JSFiddle

@supports (-webkit-touch-callout: none) {
  .img {
    height: -webkit-fill-available;
  }
}