From b67889049af3f5e66f2a8bfc5c7f9dea85b10932 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab <hakim.elhattab@gmail.com> Date: Sun, 19 May 2013 17:01:52 -0400 Subject: [PATCH] viewport meta to fit notes window on ipad --- plugin/notes-server/notes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/notes-server/notes.html b/plugin/notes-server/notes.html index 8c0c92f..25d1a62 100644 --- a/plugin/notes-server/notes.html +++ b/plugin/notes-server/notes.html @@ -3,6 +3,8 @@ <head> <meta charset="utf-8"> + <meta name="viewport" content="width=1150"> + <title>reveal.js - Slide Notes</title> <style> -- GitLab