Increase viewer res
parent
8a84cd91c2
commit
c597140d1d
|
@ -452,7 +452,7 @@ export default class Viewer extends Mixins(GlobalMixin) {
|
||||||
/** Get base data object */
|
/** Get base data object */
|
||||||
private getItemData(photo: IPhoto) {
|
private getItemData(photo: IPhoto) {
|
||||||
return {
|
return {
|
||||||
src: getPreviewUrl(photo, false, 256),
|
src: getPreviewUrl(photo, false, 2048),
|
||||||
width: photo.w || undefined,
|
width: photo.w || undefined,
|
||||||
height: photo.h || undefined,
|
height: photo.h || undefined,
|
||||||
thumbCropped: true,
|
thumbCropped: true,
|
||||||
|
|
Loading…
Reference in New Issue