Questions tagged [avatar]

An avatar is the graphical representation of the user.

An avatar is the graphical representation of the user.

Tag usage:

433 questions
41
votes
4 answers

Create a circle avatar from a rectangle image keeping proportions and just using centre of image

I have images that are 480px wide by 640px high. I want to display them as circles on a webpage 150px wide using CSS. But I want to see the centre of the image. So take 80px of the top and bottom of the original image produces the square with the…
user3086854
  • 571
  • 1
  • 6
  • 8
29
votes
3 answers

Add image/avatar field to users

I want that each user on my website will have an image in his profile. I don't need any thumbnails or something like that, just a picture for each user. The simpler the better. The problem is I don't know how to insert this type of field into my…
hagutm
  • 626
  • 1
  • 7
  • 11
19
votes
4 answers

How can i make an avatar chooser with Material UI

I'm using Material UI v3 within a react project (react v15.6). What i did so far? In the sign up page i can get an image from the user to use as his/her profile photo. What i want to do I would like to have a shade on the avatar photo to show him…
Firus
  • 537
  • 1
  • 5
  • 18
19
votes
4 answers

Find Google+ avatar for given email address without OAuth

In my app I want to show the Google+ profile picture for a user. The only function, I found, in the API to get the profile picture needs a userId. However, I only have their email adress and not their Google+ userID. Moreover the person, whose image…
pre
  • 3,475
  • 2
  • 28
  • 43
15
votes
5 answers

How to fix "The SSL connection could not be established, see inner exception." when trying to download osu! avatar

I want to download osu! avatars to use them, but keep getting this error: The SSL connection could not be established. Inner exception is: System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.…
PalaBeaveR
  • 183
  • 1
  • 1
  • 7
14
votes
4 answers

Make Notification Large Icon Round

I want to display a circular avatar from the user's contacts as the large icon of the notification - like when receiving a text or mail. When I set the large icon as that contact's image, it results in a square icon. I'm looking to turn something…
Itai Hanski
  • 8,540
  • 5
  • 45
  • 65
13
votes
4 answers

How to get avatar for gmail user?

I'm creating an email-based application in React with the Gmail API. I'm loading in a bunch of messages, and I want to display avatars of the senders. I'm using this package to display avatars. I'd like to either have a Google Id or an image url. It…
kognise
  • 612
  • 1
  • 8
  • 23
13
votes
4 answers

Finding google profile image url when user is logged in using Google's OpenID provider

is there a way to find the the profile image of a user that's logged in using his/her google account (through OpenID). I've checked stackoverflow and it seems they're using gravatar service to assign an avatar to the email address. but it should be…
Allen Bargi
  • 14,674
  • 9
  • 59
  • 58
13
votes
1 answer

How do I get the user picture/avatar using the Telegram bot chat API?

The user object has no photo_id, so is there way to get the user's avatar?
Antonio Carlos Ribeiro
  • 86,191
  • 22
  • 213
  • 204
11
votes
2 answers

How to set Gmail profile picture for third party emails?

I have an e-mail address myname@mycompany.com and we use Yandex Mail for sending / receiving mails. I also set the profile picture in Yandex Passport but it's not shown in Gmail when I send an e-mail from Yandex to Gmail. How Gmail find out the…
burak emre
  • 1,501
  • 4
  • 22
  • 46
9
votes
1 answer

Get the BuddyPress activity id from the avatar

When an user upload an new avatar, the avatar is posted in the activity wall. How can I get this activity ID by using the userId? I think the only way is to create an own query, right?
Peter
  • 11,413
  • 31
  • 100
  • 152
7
votes
1 answer

Send email with an avatar

Few days ago I got an newsletter from an company to my Gmail address and I don't have this company in my contact list. Normally the avatar image is empty when you get some newsletter or email from someone that you don't have in your contact list but…
Airikr
  • 6,258
  • 15
  • 59
  • 110
7
votes
3 answers

An articulated 3D human in HTML5

I am developing an open sign language gesture builder, in some ways very similar to Vcom3D's Gesture Builder - see product demo on bottom of this page. The main goal is to make this app work in all major browsers without any need to install a plugin…
Alex B.
  • 647
  • 7
  • 21
7
votes
2 answers

Procedural Avatar Generation

I'd like to implement a system that generates unique NxN blocks when given a MD5 hash as an input, currently I'm splitting the MD5 into sub-strings and just using them as Hex colour-codes, does anyone have any good ideas on systems I could use to…
Baxter
  • 2,416
  • 1
  • 22
  • 29
6
votes
3 answers

How to create square avatar with rounded corners on flutter?

I want to create a widget similar to CircleAvatar, but not rounded. This is CircleAvatar: And this is the avatar I want to create: I want to know if there is a default widget to do this, as CircleAvatar for rounded avatars.
dam034
  • 261
  • 1
  • 3
  • 13
1
2 3
28 29