멋진 개발자가 되고 싶어

[css] 동영상을 background-image처럼 넣는 방법 본문

CODE/css

[css] 동영상을 background-image처럼 넣는 방법

nutonny 2022. 8. 3. 18:18

See the Pen Untitled by bbungbbun (@bbungbbun) on CodePen.

 

CodePen

An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications.

codepen.io

 

background-size: cover / contain은 사진이나 gif만 적용된다.

하지만 이런 기능을 영상에도 적용하고 싶을 때가 분명 존재한다.

그럴 때는 어떻게 해야하는가?

 

 

결론!

적용하고 싶은 영상에

object-fit : cover / contain으로 적용하면 된다!

 

 

와우~

자세한 건 codepen에 있는 코드를 뜯어보도록!

 

 

 

 

 

 

https://alvarotrigo.com/blog/background-video-css/

 

How to create a video background with CSS [2022]

We show you in this tutorial how to set a video as a background using just CSS and HTML.

alvarotrigo.com

이 문서는 위의 링크를 참고하였습니다.

 

 

 

Comments