0
I have a list of videos that I display on my screen dynamically with java script. It’s a div tag that has the videos class. However the list does not break line when the size exceeds the size of the browser and gives horizontal scroll bar.
As I do in css, I think I have to use the flex display to break the line. Does anyone know how to do it?