From c9c139fe90f579fc4aa760576ca9d39e73586050 Mon Sep 17 00:00:00 2001
From: Friederike Schwager <schwager@cil.rwth-aachen.de>
Date: Mon, 19 Aug 2019 11:22:07 +0200
Subject: [PATCH] add 75% Zoom

---
 templates/index.mustache | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/index.mustache b/templates/index.mustache
index e1ce7a2..ee072c2 100644
--- a/templates/index.mustache
+++ b/templates/index.mustache
@@ -43,6 +43,7 @@
                 </span>
                 <select class="scale" title="{{# str }} zoom, pdfannotator {{/ str }}">
                     <option value="0.5">50%</option>
+                    <option value="0.75">75%</option>
                     <option value="1">100%</option>
                     <option value="1.33">133%</option>
                     <option value="1.5">150%</option>
-- 
GitLab