HTML, CSS

video 태그 재생 전 이미지 삽입하는 방법(썸네일 만드는 방법)

JooKit 주킷 2021. 5. 31. 22:50
목차 접기
728x90
반응형
<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>비디오</title>
    <body>
        <video controls="controls" poster="img.jpg" width="800px">
          <source src="video.mp4" type="audio/mp4">
        <video>
      </body>
</head>
<body>

</body>
</html>
728x90
반응형
LIST