Announcements
Hi, To maximize the width of an Adaptive Card in Microsoft Teams, you're already on the right track by including `"msteams": { "width": "full" }` in your payload. However, there are a few additional considerations that might help improve the rendering: 1. **Ensure you're using the correct casing and placement**: While you’ve included both `"msteams"` and `"msTeams"` objects, only one is necessary. The correct casing is `"msteams"` (all lowercase), and it should be placed at the root level of the card JSON. You can safely remove the `"msTeams"` object to avoid confusion. 2. **Column width behavior**: Even with `"width": "stretch"` on each column, Teams has a maximum width for Adaptive Cards, especially in chat contexts. If the card is posted in a narrow layout (like a chat message), it may still appear constrained. Posting the card in a wider context, such as a channel tab or task module, can help utilize more horizontal space. 3. **Consider using a `Container` with `isVisible` and `bleed`**: While not directly related to width, using `Container` elements with `bleed: true` and proper `style` settings can help reduce padding and make better use of space. 4. **Teams client limitations**: Keep in mind that Teams may impose its own layout constraints that override some Adaptive Card settings. Testing in different contexts (chat, channel, task module) can help identify the most suitable display option. For further reference, you might find this Microsoft documentation helpful: - https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference Thanks and best regards, Daniele Note: This response was prepared with support from Copilot to ensure clarity and completeness.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 612
chiaraalina 170 Super User 2026 Season 1
deepakmehta13a 116