Aug 26 2023 11:21 PM
We have a PVA bot running on MS Teams where the bot is rendering the content containing images (crawled from ServiceNOW) using a simple Message node. We see the images are distorted where as same images rendered properly on Canvas. We also observed inliine styles applied on these images which is probably causing the issue. Please suggest.
Aug 27 2023 10:42 PM
@Karunakaran_GN - Could you please share the card JSON along with repro steps, so that we can try out once from our end?
Aug 28 2023 06:57 AM
Aug 29 2023 12:47 AM
@Karunakaran_GN - We tried to repro this issue by creating a PVA Bot and publishing the Bot in MS Teams, however at our end the card having images is rendering fine.
Card JSON:
{
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "TextBlock",
"text": "Here is a ninja cat"
},
{
"type": "Image",
"url": "http://adaptivecards.io/content/cats/1.png"
}
]
}
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.