Thursday, February 4, 2016

Setting the image size of SharePoint tile


div.ms-tileview-tile-content > a > img {
    width: 100% !important;
    height: 100% !important;
  }