This should help to enable fullscreen playback on Youtube embeds. (Could still fail if video permissions are configured to disallow fullscreen playback.)
Seems like Slim language requires a value, otherwise the attribute is ignored. For boolean attribute this means either foo="" or foo=true.
This should help to enable fullscreen playback on Youtube embeds. (Could still fail if video permissions are configured to disallow fullscreen playback.)
Seems like Slim language requires a value, otherwise the attribute is ignored. For boolean attribute this means either
foo=""
orfoo=true
.Reference