javascript - How do I stretch a html5 video to width:600 and height 200? -


How do I raise an html5 video for width: 600 and height 200?

When I try, the navigation bar increases in size but the video remains small

code:

    

Source tag:

HTML

  & lt; Video class = "vid" controls = true> & Lt; Source src = "http://media.w3.org/2010/05/sintel/trailer.mp4" type = "video / mp34" & gt; Your browser does not support the video tag. & Lt; / Video & gt;   

css

  .id {}. Weeds Source {width: 600px; Height: 200px; }    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -