saahil0826 / capstone

0 stars 0 forks source link

Video Controls #1

Open Tzuridis opened 6 years ago

Tzuridis commented 6 years ago

One issue I found with your project is that there are no video controls. Your video autoplays on load and there is no way to pause it. You should look into implementing video controls so that the video is not already over by the time the user gets down to that part of that page.

Take a look here:

https://www.w3schools.com/tags/att_video_controls.asp

saahil0826 commented 6 years ago

ok fixed this, is there a way to stop it from autoplaying when the page loads?

Tzuridis commented 6 years ago

Yes put the controls attribute like so:

image