Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html video tag play button overlay

video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
Source by codeconvey.com #
 
PREVIOUS NEXT
Tagged: #html #video #tag #play #button #overlay
ADD COMMENT
Topic
Name
3+1 =