Checklist
Describe the issue you are experiencing
Markdown card does not allow changing the image size in 2025.12 but did in 2025.11.
Multiple users with the same problem
Describe the behavior you expected
With my current configuration I would expect the width and height in my card YAML configuration to remain the same
Steps to reproduce the issue
- Update from 2025.11 to 2025.12
What version of Home Assistant Core has the issue?
2025.12.0
What was the last working version of Home Assistant Core?
2025.11.3
In which browser are you experiencing the issue?
Google Chrome
Which operating system are you using to run this browser?
Windows
State of relevant entities
Problem-relevant frontend configuration
type: markdown
content: >-
<img src="https://brands.home-assistant.io/watchman/dark_logo.png" width="32" height="32">
JavaScript errors shown in your browser console/inspector
Additional information
The recent markdown changes have updated styles for img such that they are now height and width auto and max-width 100%. See Add markdown support for assist messages (#27957) · 4a90331 · GitHub
Checklist
Describe the issue you are experiencing
Markdown card does not allow changing the image size in 2025.12 but did in 2025.11.
Multiple users with the same problem
Describe the behavior you expected
With my current configuration I would expect the width and height in my card YAML configuration to remain the same
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
2025.12.0
What was the last working version of Home Assistant Core?
2025.11.3
In which browser are you experiencing the issue?
Google Chrome
Which operating system are you using to run this browser?
Windows
State of relevant entities
Problem-relevant frontend configuration
JavaScript errors shown in your browser console/inspector
Additional information
The recent markdown changes have updated styles for img such that they are now height and width auto and max-width 100%. See Add markdown support for assist messages (#27957) · 4a90331 · GitHub