Frontend: Use largest thumb as fallback #362

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-26 17:00:32 +02:00
parent 80a4047a3a
commit 1172109fef

View file

@ -172,7 +172,7 @@ class Viewer {
}
}
return "fit_720";
return "fit_3840";
}
}