From 73b485253c8cc06449dfd2da499a8a40d3aaeaaa Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 5 Sep 2019 21:29:14 +0000 Subject: [PATCH] Add option to display page at native width This helps with low-res content as it does not interpolate the image and thus is sharper. --- frontend/src/views/Reader.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Reader.vue b/frontend/src/views/Reader.vue index 9920a09..ae7debf 100644 --- a/frontend/src/views/Reader.vue +++ b/frontend/src/views/Reader.vue @@ -1,7 +1,7 @@