best way to create a video gallery [closed]

-2

I'm studying PHP, HTML 5 and CSS.

I would like to know how best to create a kind of well organized gallery or video grid and what better language for that.

    
asked by anonymous 22.06.2017 / 18:11

1 answer

-1

You could use the Bootstrap CSS by arranging the videos inside the classes like "col-md-6" you can put two videos side by side in two divs using this class.

    
22.06.2017 / 21:55