Feed content ignores width/height attributes on img tags.
Specifically, private github feeds (go to your home page, click "News Feed") include avatar images that have size attributes that specify height="30" width="30" but are served larger (420x420). Because the size attributes are ignored the avatar image is disproportionately large.
Example feed entry content (excerpt):
<div class="details">
<a href="https://github.com/kless"><img class="gravatar" height="30" src="https://identicons.github.com/c97123ea1dcc3807e91be30b3fa0c2de.png" width="30" /></a>
<div class="message markdown-body">
<blockquote>
<p>They're different issues. The issue here is because your driver or SQLite3 is not returning the message correct at errors related to constraints.
T…</p>
</blockquote>
</div>
</div>
The Chrome Rss Subscription Extention by Google renders it like:
Feed content ignores width/height attributes on img tags.
Specifically, private github feeds (go to your home page, click "News Feed") include avatar images that have size attributes that specify height="30" width="30" but are served larger (420x420). Because the size attributes are ignored the avatar image is disproportionately large.
Example feed entry content (excerpt):
The Chrome Rss Subscription Extention by Google renders it like:
NewsBlur: