Naturita Posted September 16 Share Posted September 16 Hi everyone, I want to add overlay to my video on my section background. Link to comment
Solution Spark-Plugin Posted September 16 Solution Share Posted September 16 Hi @Naturita, I hope you're having a great day! Here’s a code you might find useful: .sqs-video-background { margin: 0 auto; padding: 0; } .sqs-video-background video { display: block; width: 100%; height: auto; } .sqs-video-background:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); /* Adjust the color and opacity */ z-index: 1; } Feel free to reach out if you need any more help! tuanphan 1 - Answered by Iuno from sparkplugin.com Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment