Skip to content

Commit 1245fbd

Browse files
committed
Add note on expected size
1 parent 83f76d6 commit 1245fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/users/index.html.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var Site = require('../_core/Site');
1414
* Add it to the /users/logos/ directory and then append an entry to this list.
1515
*
1616
* Please include logos with transparent backgrounds with no extra margin in the image.
17+
* Images should be around 400px in the larger dimension.
1718
* If your logo is round, include `isRound: true` in your entry.
1819
*
1920
* Please leave a trailing comma after your entry to avoid merge conflicts.
@@ -312,6 +313,7 @@ var logos = [
312313
// Add it to the /users/logos/ directory and then append an entry above this comment.
313314
//
314315
// Please include logos with transparent backgrounds with no extra margin in the image.
316+
// Images should be around 400px in the larger dimension.
315317
// If your logo is round, include `isRound: true` in your entry.
316318
//
317319
// Please leave a trailing comma after your entry to avoid merge conflicts.

0 commit comments

Comments
 (0)