Added option to upscale small posts

This commit is contained in:
rr-
2015-07-19 18:30:20 +02:00
parent b75df289e9
commit 6380043a9a
5 changed files with 61 additions and 38 deletions

View File

@ -34,6 +34,7 @@ App.BrowsingSettings = function(
},
keyboardShortcuts: true,
fitMode: 'fit-width',
upscale: false,
};
}