]> git.sesse.net Git - pr0n/commitdiff
Add 1152x864 as a resolution; I browse enough fullscreen pictures on my
authorSteinar H. Gunderson <sesse@debian.org>
Sat, 10 May 2008 19:56:42 +0000 (21:56 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Sat, 10 May 2008 19:56:42 +0000 (21:56 +0200)
1280x800 screen (where 3:2 images fit pretty well) that it's worth it
over 1024x768.

files/pr0n-fullscreen.js
perl/Sesse/pr0n/Index.pm

index 95829951dfc8f0cd530b58ef102c76d95fba32f1..5d8bb48be873c7901e50c3c8397ecad7bde26ff5 100644 (file)
@@ -67,6 +67,7 @@ var fixed_sizes = [
        [ 1600, 1200 ],
        [ 1400, 1050 ],
        [ 1280, 960 ],
+       [ 1152, 864 ],
        [ 1024, 768 ],
        [ 800, 600 ],
        [ 640, 480 ],
index ec28b7288cd914b685439adedf2c878b4cf8884b..df06bcee438f271002b2081bd6b491ee08ed6c44 100644 (file)
@@ -476,7 +476,7 @@ sub print_thumbsize {
 }
 sub print_viewres {
        my ($r, $event, $settings, $defsettings) = @_;
-       my @alternatives = qw(320x256 512x384 640x480 800x600 1024x768 1280x960 1400x1050 1600x1200);
+       my @alternatives = qw(320x256 512x384 640x480 800x600 1024x768 1152x864 1280x960 1400x1050 1600x1200);
        chomp (my $unlimited = Sesse::pr0n::Templates::fetch_template($r, 'viewres-unlimited'));
        chomp (my $original = Sesse::pr0n::Templates::fetch_template($r, 'viewres-original'));
        push @alternatives, [ $unlimited, undef, undef ];