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>
- 이전글폰트(프리텐다드, 에스코어드림) 2024.04.23
- 다음글PC, Mobile(모바일) 작업 화면 사이즈 2023.11.06