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

Check image size of #BACKGROUND and #COVER #1

Open
MacLemon opened this issue Oct 11, 2019 · 1 comment
Open

Check image size of #BACKGROUND and #COVER #1

MacLemon opened this issue Oct 11, 2019 · 1 comment
Labels

Comments

@MacLemon
Copy link
Collaborator

Add a check for images so they comply with a minimum quality size requirement.

General requirements and aspect ratio.

´#COVER´ should be mostly square ±10% and an even resolution.
´#BACKGROUND´ aspect ratio should be 16:9

Requirements for Full-HD display:

´#COVER´ should be at least 300px × 300px.
´#BACKGROUND´ should be at least 1920px × 1080px.

Requirements for 4K display or Hi-DPI.

´#COVER´ should be at least 600px × 600px.
´#BACKGROUND´ should be at least 3840px × 2160px.

@luto
Copy link
Member

luto commented Oct 12, 2019

soooo... should I check for 300x300 or 600x600? ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants