Hi @Martin, Heidi (SE GP T SP PS) ,
You can try this:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/tile-formatting.schema.json",
"hideSelection": true,
"formatter": {
"elmType": "div",
"children": [
{
"elmType": "a",
"style": {
"position": "absolute"
},
"attributes": {
"target": "_blank",
"href": "[$Link]"
},
"children": [
{
"elmType": "img",
"attributes": {
"src": "[$Picturelink]"
},
"style": {
"height": "200px",
"width": "200px"
}
}
]
},
{
"elmType": "div",
"style": {
"width": "300px",
"height": "10px",
"padding-top": "250px"
},
"children": [
{
"elmType": "span",
"txtContent": "[$Title]",
"style": {
"width": "30px",
"height": "10px"
}
}
]
}
]
}
}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.