Adaptive cards full-width feature doesn't work.

green 76 Reputation points
2022-04-11T04:33:42.673+00:00

I'm using Teams :

  • 1.5.00.8070 (64 bit) on Windows.
  • Version not showed on Web.

Full-width feature doesn't work with a sample below.

https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cconnector-html#sample-adaptive-card-with-full-width

{  
    "type": "AdaptiveCard",  
    "body": [{  
        "type": "Container",  
        "items": [{  
            "type": "TextBlock",  
            "text": "Digest card",  
            "size": "Large",  
            "weight": "Bolder"  
        }]  
    }],  
  
    "msteams": {  
        "width": "Full"  
    },  
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",  
    "version": "1.2"  
}  

Windows :
191675-image.png

Web :
191676-teams-full-web.png

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,921 questions
{count} votes

6 answers

Sort by: Most helpful
  1. Luke 0 Reputation points
    2023-02-07T09:15:42.7133333+00:00

    Another here where the adaptive cards are not full width in teams.

    User's image

    Any update on a fix?