video values in html

Solutions on MaxInterview for video values in html by the best coders in the world

showing results for - "video values in html"
Matthew
04 May 2020
1<!-- video attributes -->
2<video src="(link)" poster="(thumbnail's link)" controles autoplay loop muted preload="auto|metadata|none">(video's alt)</video>
3<!-- you can adjust width and height with css-->