Increase viewer res

pull/175/head
Varun Patil 2022-11-05 23:45:15 -07:00 committed by Varun Patil
parent 8a84cd91c2
commit c597140d1d
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ export default class Viewer extends Mixins(GlobalMixin) {
/** Get base data object */
private getItemData(photo: IPhoto) {
return {
src: getPreviewUrl(photo, false, 256),
src: getPreviewUrl(photo, false, 2048),
width: photo.w || undefined,
height: photo.h || undefined,
thumbCropped: true,