The songs go off of the screen for many of the albums #16
CATninja58
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You cannot select how many songs per column there are and there are automatically 5 songs, for instance when you select an album with 21 songs, it automatically does columns of 5 songs, meaning there are 5 columns (first 4 have 5 songs and the last one only has 1) but it cannot fit 5 columns so the last song goes off the poster.
It should divide the number of songs by 3 and then find the best amount of songs per column. eg: if it has 21 songs it is divided by 3 and it makes 7 songs per column, however if it has only 20 songs it divides by 3 into 6.6 songs per column, so it compromises and tries 4 (20/4) and gets 5 songs per 4 columns.
Beta Was this translation helpful? Give feedback.
All reactions