With Home Style 4 it is possible to play a Youtube video in the background. However, by default it shows the title and controls at the beginning of every loop, which makes it annoying to watch.
The Youtube code produced by the template has the following url and parameters:
//www.youtube.com/embed/###ID###?playlist=###ID###&autoplay=1&loop=1&html5=1
It would really be helpful if the following parameters could be included, because it removes the title bar, the Youtube logo in the bottom right and the controls:
&controls=0&modestbranding=0&showinfo=0
The final url would be:
//www.youtube.com/embed/###ID###?playlist=###ID###&autoplay=1&loop=1&html5=1&controls=0&modestbranding=0&showinfo=0
I could do this with a core hack in templates/ja_jason/tpls/blocks/header-4.php, but I prefer solving it professionally (i.e. as a template parameter). Can this be considered as an important feature request, since the Youtube videos look crappy with title and controls?