Skip to content

Latest commit

 

History

History

11 - Custom Video Player

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Custom Video Player

Notes:

  • HTML5 video tag:
    • Methods:
    • Events: Click, play, pause and timeupdate
  • Some 'icons' already available:
  • Calling a method through a variable: ►, ❚❚, ...
const method = video.paused ? 'play' : 'pause';   
video[method]();

ToDo's

  • Maximize window button