mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Larger default gravatar images
This commit is contained in:
parent
e42739fe97
commit
d10771b711
@ -465,7 +465,7 @@ User = ghostBookshelf.Model.extend({
|
||||
gravatarLookup: function (userData) {
|
||||
var gravatarUrl = '//www.gravatar.com/avatar/' +
|
||||
crypto.createHash('md5').update(userData.email.toLowerCase().trim()).digest('hex') +
|
||||
"?d=404",
|
||||
"?d=404&s=250",
|
||||
checkPromise = when.defer();
|
||||
|
||||
http.get('http:' + gravatarUrl, function (res) {
|
||||
|
Loading…
Reference in New Issue
Block a user