nextcloud / social

🎉 Social can be used for work, or to connect to the fediverse!
https://apps.nextcloud.com/apps/social
GNU Affero General Public License v3.0
490 stars 59 forks source link

Profile header image #119

Open jancborchardt opened 5 years ago

jancborchardt commented 5 years ago

Just like Mastodon, Twitter and all the others, it would be nice to have the possibility to set a header image for your profile:

mastodon profile header

twitter header picture

juliusknorr commented 5 years ago

@jancborchardt Is there a standard about the size? I guess we can define our own, since this is probably only shown in Nextcloud social itself.

jancborchardt commented 5 years ago

From Twitter header size:

1500px x 500px is the size that Twitter recommends, but if you'd rather not have the image resized, the exact dimensions are 1263px x 421px.

Same for Mastodon actually:

PNG, GIF or JPG. At most 2 MB. Will be downscaled to 1500x500px

So let’s use 1500x500px – we should accept everything but the cropper should automatically be in that 3-to-1 format.

We can still of course play with the positioning for responsive design, and use background-size: cover; like on the log in screen so it’s still mostly visible.

ArtificialOwl commented 4 years ago

follows up #1012