<!doctype html>
<html lang="ko">
<head>
<style type="text/css">
video { opacity: 0.5; }
</style>
</head>
<body>
<video loop autoplay muted playsinline controls width="480" height="852" poster="http://thumbs.gfycat.com/BouncyPleasingGarpike-poster.jpg" title="Gfycat 태그 생성기 - http://rrss.tistory.com/17">
<source src="https://fat.gfycat.com/BouncyPleasingGarpike.mp4" type="video/mp4">
<source src="https://fat.gfycat.com/BouncyPleasingGarpike.webm" type="video/webm">
</video>
</body>
</html>
loop 무한반복
autoplay 자동재생
muted 자동재생하려면 뮤트가 필요
playsinline 아이폰에서 자동재생 하려면 꼭 넣어야됨
controls 적으면 밑에 컨트롤바가 생긴다