You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Right now album covers are resized inside a portrait-mode rectangle with a fixed aspect ratio (0.67 ?).
At max cover size ("500"px, notice the quotes), an album cover in landscape-mode will be shrunk to much less than 500px.
On modern screens it starts to get small.
3 ways to solve this :
simple way 1 : increase the max size
simple way 2 : allow for custom aspect ratio
less simple way : adaptive aspect ratio
I think the most elegant is option 3 but any other is fine.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now album covers are resized inside a portrait-mode rectangle with a fixed aspect ratio (0.67 ?).
At max cover size ("500"px, notice the quotes), an album cover in landscape-mode will be shrunk to much less than 500px.
On modern screens it starts to get small.
3 ways to solve this :
I think the most elegant is option 3 but any other is fine.
The text was updated successfully, but these errors were encountered: