Skip to content

Instantly share code, notes, and snippets.

@tecchan1107
Last active October 15, 2024 01:38
Show Gist options
  • Select an option

  • Save tecchan1107/6d3d6df59915d1703f7a7ae668fad7e3 to your computer and use it in GitHub Desktop.

Select an option

Save tecchan1107/6d3d6df59915d1703f7a7ae668fad7e3 to your computer and use it in GitHub Desktop.
,
{
"elmType": "div",
"style": {
"position": "absolute",
"margin-top": "-35px",
"right": "0px",
"display": "=if([$InternalNameOfImageColumn],'block','none')"
},
"children": [
{
"elmType": "div",
"style": {
"display": "flex",
"align-items": "center",
"justify-content": "center",
"width": "30px",
"height": "30px",
"border-radius": "50%",
"cursor": "pointer",
"margin-right": "20px"
},
"attributes": {
"iconName": "ZoomIn",
"class": "ms-bgColor-themePrimary ms-fontColor-white ms-bgColor-themeLight--hover"
},
"customCardProps": {
"openOnEvent": "hover",
"isBeakVisible": true,
"directionalHint": "rightCenter",
"formatter": {
"elmType": "div",
"style": {
"padding": "10px",
"max-width": "420px"
},
"children": [
{
"elmType": "img",
"attributes": {
"src": "=getThumbnailImage([$InternalNameOfImageColumn],420,420)"
}
}
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment