{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "style": {"width": "80px", "height": "120px", "display": "block"}, "children": [ { "elmType": "img", "style": { "margin-top": "10px", "width": "34%" }, "attributes": { "src": "=if([$Attachments] == '1', 'https://cdn-icons-png.flaticon.com/512/5837/5837321.png', '')" } } ] }