Thumbnail for categories

Hi everyone, is there a way to have images linked to categories? For example, I have a section where each card is a category, and I would like to have an image that illustrates this category.

At the moment we don’t support category images in Reflow. If your store categories don’t change often, you can build a static category page for your store and style each category the way you wish.

Alternatively, if you are well-versed in JavaScript, you can use the Reflow API directly and fetch an array with your categories. Then when turning building your HTML you can insert images for each according to the category id.

Thanks for the informations i’ll try with the API