How about allowing user (frontend) to decide the maxLength
?
According to the youtube API it can be any value between 0
- 50
.
Think about a scenario like this. What if we need to display latest 3 onelives on the main onelive page or on another page?
If we can send the maxLength
as a query param, I think it will be more flexible for the user.
What do you think?