I have a web created with WordPress, which has a video inserted at the beginning. In web browsers the video plays without problems but on mobile phones android I do not even see the label. I have tried a thousand ways .. removing attributes "controls", "mute", "autoplay" etc. But I can not show this label. The code I have is the following:
<video autoplay="" loop="" muted="" ">
<source src="https://www.lebecuesta.com/wp-
content/uploads/2018/05/lebecuesta-solo-video-1.mp4" type="video/mp4">
</video>
Simply this in android does not appear to me. I do not have any media query to cancel it or anything.
Any suggestions?