In Strategy Web, it is possible to define images as attributes through either of the following approaches:
1. Create a "Picture" type attribute form with image URL;
2. Create a "HTML tag" type attribute form with <img> HTML tag.
Either way, there are some known issues. For "Picture" type, it is not possible to define the image size on-fly as described in KB218564 . For HTML tag type, export to PDF is not possible as described in KB47039 .
It is not possible to have the images re-sizable and export to PDF in documents.
One workaround is use image object together with group-by attribute to mimic a grid with the image as attribute form.
Follow below steps to reproduce with Strategy Tutorial project:

