
1. 원래 가로동영상을 세로로 꺾는 방법입니다. 쇼츠는 시간제약이 있어서 시간제약이 없는 가로동영상을 마치 쇼츠처럼 모바일에 최적화시킵니다.
80도 90도 100도의 3가지 형태입니다.
아래 코드에서 27R3EyTW_MY 는 유튜브의 고유아이디입니다.
[code]
<style>
.deg-80 { display:flex; justify-content:center; align-items:center; max-width:700px; aspect-ratio:349/520; margin:0 auto; }
.deg-80 iframe { display:block; min-width:137%; aspect-ratio:16/9; border:none; transform:rotate(80deg); }
.deg-90 { display:flex; justify-content:center; align-items:center; width:540px; max-width:77%; aspect-ratio:9/16; margin:0 auto; }
.deg-90 iframe { display:block; min-width:177%; aspect-ratio:16/9; border:none; transform:rotate(90deg); }
.deg-100 { display:flex; justify-content:center; align-items:center; max-width:700px; aspect-ratio:349/520; margin:0 auto; }
.deg-100 iframe { display:block; min-width:137%; aspect-ratio:16/9; border:none; transform:rotate(100deg); }
</style>
<div class="deg-80"><iframe src="https://www.youtube.com/embed?playlist=27R3EyTW_MY&loop=1&autoplay=1&vq=highres" allow="autoplay"></iframe></div>
<div class="deg-90"><iframe src="https://www.youtube.com/embed?playlist=27R3EyTW_MY&loop=1&autoplay=1&vq=highres" allow="autoplay"></iframe></div>
<div class="deg-100"><iframe src="https://www.youtube.com/embed?playlist=27R3EyTW_MY&loop=1&autoplay=1&vq=highres" allow="autoplay"></iframe></div>
[/code]
2. https://wittazzurri.com/editor/html_editor.php 에서 확인해 보세요.
3. 아래는 원본동영상입니다.
https://www.youtube.com/watch?v=27R3EyTW_MY
댓글 14개
게시글 목록
| 번호 | 제목 |
|---|---|
| 17657 | |
| 17655 | |
| 17654 | |
| 17653 |
JavaScript
ThreeJS - 3D Bar and Progress Bar
1
|
| 17652 |
node.js
RAM점유크기에 의한 노드서버관리
|
| 17651 |
JavaScript
Javascript Undo, Redo 기능 구현하기
|
| 17650 | |
| 17642 |
node.js
nodejs서버가 사용중인 메모리에 대한 로그
|
| 17633 |
node.js
node.js에서 스케쥴링작성
8
|
| 17632 | |
| 17631 |
MySQL
InnoDB와 MyISAM의 우단점
|
| 17630 | |
| 17628 |
JavaScript
자바스크립트 기반으로 HTML Canvas에 이미지를 불러들여 테두리색입히기
|
| 17624 | |
| 17623 | |
| 17620 |
node.js
tcp소켓과 websocket 의 비교
2
|
| 17618 |
JavaScript
JavaScript로 이미지의 부분 영역을 따내기
|
| 17617 | |
| 17614 | |
| 17612 | |
| 17611 | |
| 17610 | |
| 17609 | |
| 17608 |
node.js
Node.js로 지속적인 핑 결과를 파일로 저장
|
| 17607 |
정규표현식
특수문자 제거, 우리글짜가 있는지 체크
|
| 17604 |
node.js
Node.js에서 PDF 파일의 페이지 수를 얻기
|
| 17603 | |
| 17602 |
node.js
Node.js로 워터마킹 기능을 구현하는 방법
|
| 17600 | |
| 17594 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기