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
We have opened a PR (#538) related to this because the UI breaks when the video description is very long. On mobile devices, we collapse the text, but this causes the layout to shift. On desktop browsers, the buttons were pushed outside the viewport, but because we put the focus on the start-watching button, the page scrolls a bit down.
Because of this, we figured the description shown in the video details should be limited to X characters. The description is limited to X lines to keep the UI intact on desktop browsers.
For Symphony, we use separate fields for this. One for the synopsis (short description shown below the video title) and the description for the full (markdown) about tab below the hero.
Therefore, I think we shouldn't support linebreaks in the current description but explore a similar approach to the above screenshot. When the description is placed below the hero, we don't have this limitation and can support markdown rendering with line breaks.
The text was updated successfully, but these errors were encountered: