You can use HTML for "image" column.
First, click on "image" on the right panel to open "image" column settings:
Second, enable "Render cell as pure HTML" on "image" column settings:
Third, put this code to "Mapper" on "image" column settings:
("self" refers to the URL of image)
<img src="{{ self }}" style="height:100px;">
Finally, you can display images instead of the URLs of images for "image" column:
In addition, of course, you can give HTML effect to "name" column with the same steps:
("self" refers to name)
<h4>{{ self }}</h4>
Finally, the size of the names of "name" column get bigger: