Post not yet marked as solved
Post marked as unsolved with 13 replies, 10,338 views
hi,
after update(ios15.0) of my iPhone12, video element on my website, what im using as video background of website has stopped working. all others browsers is working properly.
all i can see is white blank background instead of background video.
it looks like video cannot be loaded or played.
html:
<video playsinline
autoplay
muted
loop
class="uvodna__bg-video"
>
<source src="/wp-content/themes/imtsmile2021/video/bg-video.mp4" type="video/mp4" />
</video>
can you recommend me some tips to fix that issue? thank you