I have the following iframe
with autoplay, in my Google Chrome normal mode it plays perfect, but if I enable the development tools and put the screen in responsive mode, it stops auto-playing, leaving only the preview of the video with the play button in the middle.
I have not been able to verify if this really happens in mobile browsers, does anyone know if it really does not work and, if so, what should I do to auto-reproduce?
My iframe:
<iframe src="https://www.youtube.com/embed/0dbig-gLoCo?controls=0&showinfo=0&rel=0&autoplay=1&loop=1&playlist=0dbig-gLoCo" frameborder="0" allowfullscreen></iframe>