[h3][b]

[/zrl]
This produces correct alt text in the HTML output:
<img src="https://example.com/photo/uuid-2.jpg" alt="My alt text" />
And a correct attachment.name field:
"name": "My alt text"
But Hubzilla does not display the image at full field width in its own interface in the Article section.
When a size is used as the

[/zrl]
But then the alt text in the HTML output becomes "Image/photo" and the attachment.name field is missing entirely.
Is there a syntax that supports both a fixed image width and correct alt text simultaneously, or is this a known limitation?
Thank you!