0
How to create a video Gallery with html & css?
How to create a video Gallery with html, css & javascript.
2 Answers
0
There are a few requirements to clear up.
Are these videos creations of yours? Is this like a portfolio of videos you created?
If yes, that simplifies a lot of things. Since videos use lots of bandwidth, I would upload them all to youtube and embed a youtube video player. Your site could maintain a list of all your videos in a JSON file enabling you to implement a video search or video list feature.
If these videos are to be uploaded by other signed in users, you'll need a lot more features including a sign in, sign out, video upload. You'll need several features that need serverside programming and a database. You can use NodeJS for serverside JavaScript programming or many other programming languages if something else is more familiar.
0
An example of what? Give more detail on what you want. My previous answer lists 2 alternatives based on lack of information in your question. If you want me to dig deeper, give those details.