We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579633c commit 834062aCopy full SHA for 834062a
_includes/js.html
@@ -33,7 +33,7 @@
33
}
34
35
var el = '<div class="sponsor"><a href="' + link + '">';
36
- el += '<img class="img-circle" alt="' + sponsor.name + '" src="' + sponsor.image + '">';
+ el += '<img class="img-circle" alt="' + sponsor.name + '" src="' + sponsor.image + '" height="83">';
37
el += '</a>';
38
el += '<p>$' + sponsor.totalAmountDonated + '</p>';
39
el += '</div>';
@@ -54,7 +54,7 @@
54
55
56
var el = '<div class="backer"><a href="' + link + '">';
57
- el += '<img class="img-circle" alt="' + backer.name + '" src="' + backer.image + '">';
+ el += '<img class="img-circle" alt="' + backer.name + '" src="' + backer.image + '" height="83">';
58
el += '</a></div>';
59
60
backers.append(el);
0 commit comments