Did you find this article helpful?
[Desktop][Other] Lyrics desktop presentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The lyrics on the mobile is great, can we replicate the behavior on the desktop?
The things that bother me in the desktop are:
- Unsynced songs lyrics;
- The horizontal position of the line changing;
## Unsynced songs lyrics;
In the first "problem" we can't really work around it in a good way, but I liked the approach you guys took on the mobile, I think the best thing we can do in the desktop is to 1 or 2 past lines, that way we can mentally compensate for miss synchronizations (like it is on the mobile). I even tried re-syncing the lyrics in Musixmatch, but it doesn't seem to resolve the problem for me, that's why I'm suggesting showing the previous lines also instead of fading them to transparent.
## The horizontal position of the line changing;
On the second "problem", the problem for me is that the lyrics are centered on the current line + the 3 next lines (including one that is hidden bellow the "first fold" of the 3 lines of lyrics shown). When the lyrics container is bigger than the next 4 lines, the lyrics are full centered, but when one line is bigger than the container, instead of "align:center" we get a "align:left". To see it, try using a lyrics that is like:
```
a
a
a
a
this line super giant and will totally wrap in the container whatever the width of the container is, don't mind whats written in here I'm just trying to write something that will wrap the line.
a
a
a
a
```
You will see tha `a`s there jump from the center to the left and then from the left back to the center depending on if the big line is rendered or not.
My suggestion to fix this for me is to... not center the lyrics container, but let it sit on the left. If that is too "ugly" I think the best way is to render all the lines in the lyrics (like it is on mobile) and only then centralizing the container, that way this problem wouldn't occur in the middle of a song, but maybe only on between song.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page