5a05c6560b
It was generating a very low resolution (16x16) avatar for the null user and blowing it up to fit. It's much better to just use what would've been the fallback.
14 lines
447 B
HTML
14 lines
447 B
HTML
<blockquote class="twitter-tweet" data-conversation="none" lang="en">
|
|
<p>
|
|
<span ng-transclude></span>
|
|
</p>
|
|
<div class="attribute">
|
|
<span class="info-wrap">
|
|
<img ng-src="/static/img/default-twitter.png">
|
|
<span class="info">
|
|
<span class="author">{{ authorName }} (@{{authorUser}})</span>
|
|
<a class="reference" ng-href="{{ messageUrl }}">{{ messageDate }}</a>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</blockquote>
|