Markup for small in-paragraph images?

In a recent DF post, I included small icon images that I copied from an Apple Support document. In my own markup, I used a style="height: 1em;" attribute to shrink the images to roughly the size of the text. On my website, they looked pretty much how I wanted:

Screenshot from website:

In NetNewsWire, however, my attempt to size the images to match the text size is ignored, seemingly by all themes, and the images look ridiculous. Adding a height=16 attribute to the img tags didn’t make a difference. Screenshot:

Is there anything I can do to get images as inline icons to render smaller in NetNewsWire?

Here’s some of my article markup:

It certainly sounds like these instructions are for users who, sadly, have the menu bar hidden by default. But there are no <img src="https://daringfireball.net/misc/2026/01/iphone-mirroring-app-switcher-button.png" alt="The App Switcher button" style="height: 1em;"> or <img src="https://daringfireball.net/misc/2026/01/iphone-mirroring-home-screen-button.png" alt="The App Switcher button" style="height: 1em;"> buttons in the menu bar. These buttons are in the iPhone Mirroring *window title bar*, which is, for all users, hidden by default:
1 Like

This is also a very common issue when normal emoji are used in many WordPress-powered feeds. For whatever reason, WordPress (or maybe it’s some popular WordPress plugin?) converts normal Unicode emoji characters into inline images for RSS feeds. The image code in the feed includes inline sizing similar to what John was trying to do, but the images end up rendering at their full size nonetheless.

For a specific example, this article on the Mozilla blog has a couple plain-text emoji:

Even though the emoji are rendered with plain-text Unicode characters on the web page, their WordPress setup renders them as inline images in their feed’s code, like so:

But even with the inline height set there, this is how they appear in NNW (as John mentioned, the result appears to be the same for all themes, but this is the default theme):

2 Likes

I’ve got a fix for both of these coming in the next build. (The fix is to respect inline height style on images.)

2 Likes

Perhaps I should include images in my posts more often.

2 Likes

I’m on board with this, provided the images are included the markup in a very creative way.

This brings up a somewhat tangential question though: Is there any specific subset of inline stylization that is/should be supported in the context of feed readers?