https://github.com/stamat/youtube-background
GitHub - stamat/youtube-background: Simple script for embedding YouTube, Vimeo and HTML5 videos a as cover background
Simple script for embedding YouTube, Vimeo and HTML5 videos a as cover background - GitHub - stamat/youtube-background: Simple script for embedding YouTube, Vimeo and HTML5 videos a as cover backgr...
github.com
사용법
1. js파일을 복붙한다.
<script type="text/javascript" src="https://unpkg.com/youtube-background/jquery.youtube-background.min.js"></script>
2. 스타일 css와 js 코드를 넣는다.
<style>
iframe {
transition: opacity 500ms ease-in-out;
transition-delay: 250ms;
}
</style>
<div data-vbg="유튜브주소"></div>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('[data-vbg]').youtube_background();
});
</script>
'CSS' 카테고리의 다른 글
input checkbox 스위치모양 (0) | 2024.04.25 |
---|---|
Grid 레이아웃 한방 정리. 고정값 가변값 (0) | 2024.04.25 |
pretendard 프리텐다드 웹폰트 적용하기 (0) | 2023.06.11 |
ion icon (0) | 2023.04.28 |
VS code에서 Sass .scss 사용하기 (0) | 2023.02.13 |
VS code 단축키 shift+alt+f 로 CSS 한줄로 변환하기 (0) | 2023.02.13 |
컬러헌트 (0) | 2023.01.16 |
그라디언트 팔렛트 (0) | 2023.01.16 |