samuelclay / NewsBlur

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
http://www.newsblur.com
MIT License
6.92k stars 1k forks source link

img size attributes not respected #449

Closed infogulch closed 10 years ago

infogulch commented 10 years ago

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: image

NewsBlur: image

samuelclay commented 10 years ago

Thanks! Fixed in 43a1680.