Target Platforms
UWP
SDK Version
3.1.0
Application Name
N/A
Problem Description
SVG image that has dimension doesn't support size: small, medium, large, and explicit size.
Screenshots


Card JSON
{
"type": "AdaptiveCard",
"version": "0.5",
"body": [
{
"type": "Image",
"url": "https://adaptivecards.io/content/adaptive-card.svg",
"size": "small"
}
]
}
Sample Code Language
No response
Sample Code
No response
Target Platforms
UWP
SDK Version
3.1.0
Application Name
N/A
Problem Description
SVG image that has dimension doesn't support size: small, medium, large, and explicit size.
Screenshots
Card JSON
{ "type": "AdaptiveCard", "version": "0.5", "body": [ { "type": "Image", "url": "https://adaptivecards.io/content/adaptive-card.svg", "size": "small" } ] }Sample Code Language
No response
Sample Code
No response