Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

137
Views
ReactJS, overlay video over image choosing a blend mode

I was wondering if there's a way to overlay a video over an image, but choosing how to blend them together. As a reference, both Photoshop and Final Cut offer a lot of blending modes, like Overlay, Multiply, Add, and so on.

Maybe there's some library that can do this?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

There are also some overlay effects in css, see mdn. I add an example, you can alter the mix-blend-mode to any of overlay, screen, etc.

.container {
  background-image: url('https://interactive-examples.mdn.mozilla.net/media/examples/firefox-logo.svg');
  background-repeat: no-repeat;
}

#effet {
  mix-blend-mode: difference;
}
<div class="container">
  <video id="effet" autoplay loop width="100%">
    <source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm" type="video/webm">
    Sorry, your browser doesn't support embedded videos.
  </video>
</div>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!