마우스 오버시 비디오 재생 > 공책

본문 바로가기
010.6356.7610
  • design1001@naver.com
  • @design1001
작업물 전체보기

Html+CSS

Html+CSS 마우스 오버시 비디오 재생

페이지 정보

  • 작성자인군
  • 조회 : 116
  • 작성일 : 2024-04-19 13:37

본문

마우스 오버시 비디오 재생

동영상 리스트 썸네일 사용

<video id="movies" onmouseover="this.play()" onmouseout="this.pause()" autobuffer="true">
	<source src="https://동영상 url" type='video/ogg; codecs="theora, vorbis"'>
	<source src="https://동영상 url" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
</video>