Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Branding Guidelines #345

Open
rgaudin opened this issue Jan 2, 2024 · 0 comments
Open

New Branding Guidelines #345

rgaudin opened this issue Jan 2, 2024 · 0 comments
Assignees

Comments

@rgaudin
Copy link
Member

rgaudin commented Jan 2, 2024

We used to support two branding image files: logo and favicon.
We had no guideline for those and only recently converted new ones to PNG.

In order to harmonize usage and allow apps to reuse branding, we are introducing the
following:

  • Logo is renamed “Horizontal logo”
  • Favicon is renamed “Square logo”

Horizontal logo

  • Max 11:1 ratio
  • 1MiB max

Recommendation

  • Consider a 11x1 canvas
  • Image can be any dimension but will be scaled to fit entirely in the canvas
  • Image wont be upscaled
  • Image will be aligned to the left
  • Don't include spacing around your image
  • Minimum recommended height of 50px at 96ppi
  • Recommended height of 150px to accomodate DPR:3

Implementation:

/* width and height to be scaled proportionaly */
width: 11em;
height: 1em;


object-fit: scale-down;
object-position: center left;

Square logo

  • 1:1 ratio
  • 48x48px mini
  • 2048x2048px max
  • 1MiB max

Recommendation

  • 1024x1024
  • No spacing

Implementation recommendation:

/* width and height to be scaled proportionaly */
width: 1em;
height: 1em;

object-fit: scale-down;
@rgaudin rgaudin self-assigned this Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant