A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi all,
I use this formatting. I look forward to Microsoft solving the problem :)
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"display": "=if(@currentField,'block','none')",
"overflow": "hidden",
"margin": "8px auto -3px -4px",
"cursor": "pointer"
},
"children": [
{
"elmType": "img",
"attributes": {
"src": "=getThumbnailImage(@currentField, 200, 200)"
},
"style": {
"position": "relative",
"top": "50%",
"margin-top": "10px",
"width": "200px"
}
}
]
}