[css] make image tiles cover the tile

Have you tried tweaking the tile with CSS? Something like this might help (change tile # to the one your targeting).

#tile-99 .tile-contents {
  height: 100%; 
  width: 100%;
}

EDIT: If you haven't, try running it thru smartly (always backup your JSON 1st). My bet is spelcheck has a fix for that already coded :wink: