The .NET platform and the UWP renderer render this card in two different ways; there are two big differences:
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "ImageSet",
"imageSize": "auto",
"images": [
{
"type": "Image",
"url": "http://adaptivecards.io/content/cats/1.png",
"size": "small"
},
{
"type": "Image",
"url": "http://adaptivecards.io/content/cats/2.png",
"size": "medium"
},
{
"type": "Image",
"url": "http://adaptivecards.io/content/cats/3.png",
"size": "large",
"requires":
{
"adaptiveCard": "1.4"
},
"fallback":
{
"type": "TextBlock",
"text": "Some text"
}
},
{
"type": "Image",
"url": "http://adaptivecards.io/content/cats/1.png",
"backgroundColor": "#228B22"
},
{
"type": "Image",
"url": "http://adaptivecards.io/content/cats/2.png",
"size": "stretch"
},
{
"type": "Image",
"url": "http://adaptivecards.io/content/cats/3.png",
"style": "person"
}
]
}
]
}
Platform
Version of SDK
latest master
Issue
The .NET platform and the UWP renderer render this card in two different ways; there are two big differences: