How to create a video Gallery with html & css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create a video Gallery with html & css?

How to create a video Gallery with html, css & javascript.

20th Nov 2020, 6:50 PM
Abdur Rob Yamin
Abdur Rob Yamin - avatar
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.
26th Nov 2020, 4:27 AM
Josh Greig
Josh Greig - avatar
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.
26th Nov 2020, 10:55 PM
Josh Greig
Josh Greig - avatar