question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[MS teams] Adaptive card image partially rendered in MS Teams

See original GitHub issue

I’m generating dynamic images and include them as part of the adaptive card, the images are relatively small only 60kb, when I reply with the image for the first time, it’s partially shown until I scroll up or leave the conversation I assume that triggers native update, as soon as image is cached it’s loaded properly, the problem appears only with the first render

{
    "type": "AdaptiveCard",
    "version": "1.2",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "body": [
        {
            "type": "TextBlock",
            "text": "Any text",
            "wrap": true
        },
        {
            "type": "Image",
            "url": "https://806168b00b02.ngrok.io/myimage"
        }
    ]
}
Screen Shot 2020-12-17 at 10 57 14 AM

This is critical for us since we rely on the images while interacting with the bot, very annoying and questionable

https://stackoverflow.com/questions/65336959/adaptive-card-image-partially-rendered-in-ms-teams

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Nikitha-MSFTcommented, Jun 23, 2021

Bug is Resolved now, we have tested this at our end. If you still face any issue please feel free to reopen the issue

0reactions
orenbenmeircommented, Sep 15, 2021

Still seeing the same issue on Mac client

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adaptive card image partially rendered in MS Teams
Is there a workaround to let the image fully render for the first time? microsoft-teams · adaptive-cards · Share.
Read more >
Adaptive card image rendering scroll error in MS Teams
I'm generating adaptive card including text box and image, the images are relatively small only 50kb. sometime, it's partially shown and ...
Read more >
Untitled
Create Dynamic Adaptive Cards in Teams using Power Automate Data Uri for images in ... in spanish lyrics Adaptive card image partially rendered...
Read more >
Adaptive Cards
A conversational bot powered by Adaptive Cards can greatly simplify business workflows on your web site or through other channels. Microsoft Teams logo ......
Read more >
Commerce Business Daily
The NAVAIR Team is soliciting proposals for research and development ( R & D ) ... feature recognition , real - time image...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found