Giustomuh
Giustomuh
KPCKevin Powell - Community
Created by Giustomuh on 2/15/2024 in #front-end
Strange bug on Chrome with backdrop-filter blur
Problem: unexpected behavior on Chrome with Windows zoom setting to 125% or more, all fine with 100%, it stop bluring in the bottom half of the screen, what could it be? https://codepen.io/Giusto-the-typescripter/full/rNRPavJ
18 replies
KPCKevin Powell - Community
Created by Giustomuh on 2/14/2024 in #front-end
<video> sometimes doesn't start
Hey everyone, I have this simple line of code
<video class="background" loop autoplay muted playsinline>
<source src="../../assets/img/restaurant/background.mp4" type="video/mp4">
</video>
<video class="background" loop autoplay muted playsinline>
<source src="../../assets/img/restaurant/background.mp4" type="video/mp4">
</video>
it's pretty simple but sometimes my video (which is like 30s long) won't start at all, I'm missing something? It's a video problem or a coding problem?
11 replies