Skip to content

Commit f863612

Browse files
committed
Allow iframe to use browser fullscreen API
Without this attribute the application in the iframe is unable to use the fullscreen API.
1 parent c52035e commit f863612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/page.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
span#status
55
pre#errors
66
#warnings
7-
iframe#iframe(src="javascript:;")
7+
iframe#iframe(src="javascript:;" allowfullscreen)

0 commit comments

Comments
 (0)