diff options
Diffstat (limited to 'src/view/com/lightbox/Lightbox.tsx')
-rw-r--r-- | src/view/com/lightbox/Lightbox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx index a7f8fed77..891be3f9c 100644 --- a/src/view/com/lightbox/Lightbox.tsx +++ b/src/view/com/lightbox/Lightbox.tsx @@ -35,6 +35,7 @@ export function Lightbox() { {uri: opts.profile.avatar || '', thumbUri: opts.profile.avatar || ''}, ]} initialImageIndex={0} + thumbDims={opts.thumbDims} visible onRequestClose={onClose} FooterComponent={LightboxFooter} @@ -46,6 +47,7 @@ export function Lightbox() { <ImageView images={opts.images.map(img => ({...img}))} initialImageIndex={opts.index} + thumbDims={opts.thumbDims} visible onRequestClose={onClose} FooterComponent={LightboxFooter} |