There is no way to automatically play full screen video. The closest thing you can get is to put the player in a full-screen div and auto-play it using the url options:
<iframe width="100%" height="100%" src="//www.youtube.com/embed/fSy6uh-GjCc?controls=0&autoplay=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
source
share