engineersftw / website

Engineers.SG
https://www.engineers.sg
17 stars 15 forks source link

📺 Allow fullscreen videos in IFRAME embedded players #29

Closed sebdeckers closed 7 years ago

sebdeckers commented 7 years ago

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.

Reference