You put the images as backgrounds on the cell. Instead, inside each cell, place an image element, and then set the picture.
ps: for future, please include url to specific page as that helps diagnose quicker. I found this by googling “coast construction fire and smoke damage” (https://useccm.com/fire-smoke-damage/)
pps: to make all images look the same:
- set height and width of the image element, to be 100%
- set object fit to cover in the image element
- For each cell add a class img-16-9 (no dot)
- Then in custom css, add the following (including the dot):
.img-16-9 { aspect-ratio: 16/9; }
now all cells will be in 16x9 format, and images will cover the entire area fully