Skip to content

Commit 834062a

Browse files
authored
Update js.html
1 parent 579633c commit 834062a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
var el = '<div class="sponsor"><a href="' + link + '">';
36-
el += '<img class="img-circle" alt="' + sponsor.name + '" src="' + sponsor.image + '">';
36+
el += '<img class="img-circle" alt="' + sponsor.name + '" src="' + sponsor.image + '" height="83">';
3737
el += '</a>';
3838
el += '<p>$' + sponsor.totalAmountDonated + '</p>';
3939
el += '</div>';
@@ -54,7 +54,7 @@
5454
}
5555

5656
var el = '<div class="backer"><a href="' + link + '">';
57-
el += '<img class="img-circle" alt="' + backer.name + '" src="' + backer.image + '">';
57+
el += '<img class="img-circle" alt="' + backer.name + '" src="' + backer.image + '" height="83">';
5858
el += '</a></div>';
5959

6060
backers.append(el);

0 commit comments

Comments
 (0)