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
Post a Comment