Last active
October 15, 2024 01:38
-
-
Save tecchan1107/6d3d6df59915d1703f7a7ae668fad7e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| , | |
| { | |
| "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