From 59c5ac44bd84bf1bd25e77703efb9ec8102ab88a Mon Sep 17 00:00:00 2001 From: Ilguiz Latypov Date: Wed, 2 Mar 2016 23:46:04 -0500 Subject: [PATCH] Toggle the full screen mode of the videos and images instead of that of the browser. Skip video playback with arrow keys and stop/start with the space key in the full screen mode. #119 --- template.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 57 insertions(+), 6 deletions(-) diff --git a/template.html b/template.html index 56ef896..ad37782 100644 --- a/template.html +++ b/template.html @@ -203,6 +203,13 @@

End!

height: 2px; background: #AAA; } + + pre { + white-space: pre-wrap; + font-size: 20px; + text-indent: -1em; + } +