]> git.sesse.net Git - pr0n/commitdiff
Add more resolutions; it's the 4K era.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Jun 2016 17:06:18 +0000 (19:06 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Jun 2016 17:06:18 +0000 (19:06 +0200)
files/pr0n-fullscreen.js

index a01508a328c4c813512998b27cb7cc0eba4276e7..026c072e85fdc6ebebe6e158792b6402ebbece07 100644 (file)
@@ -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 ],