From: Steinar H. Gunderson Date: Wed, 29 Jun 2016 17:06:18 +0000 (+0200) Subject: Add more resolutions; it's the 4K era. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=6df5f831b013ea22665126e987076838c73b4bfe Add more resolutions; it's the 4K era. --- diff --git a/files/pr0n-fullscreen.js b/files/pr0n-fullscreen.js index a01508a..026c072 100644 --- a/files/pr0n-fullscreen.js +++ b/files/pr0n-fullscreen.js @@ -26,6 +26,9 @@ function find_dpr() * pick_image_size, below. */ var fixed_sizes = [ + [ 3840, 2880 ], + [ 3200, 2400 ], + [ 2800, 2100 ], [ 2304, 1728 ], [ 2048, 1536 ], [ 1920, 1440 ],