aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionGrid
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-08 21:20:47 -0400
committerbobzel <zzzman@gmail.com>2020-09-08 21:20:47 -0400
commite50297237ee3dfa1e652c0d46cb9d860e5cd5b20 (patch)
treef2a0a2c5bd73aeea746716d2404a584b25029265 /src/client/views/collections/collectionGrid
parenta60b9998dc6cd05137cf3fe46714c3069843b57b (diff)
fixes to make nativesize work for all collections and templates.
Diffstat (limited to 'src/client/views/collections/collectionGrid')
-rw-r--r--src/client/views/collections/collectionGrid/CollectionGridView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.tsx b/src/client/views/collections/collectionGrid/CollectionGridView.tsx
index bc04c79f9..ad9497b71 100644
--- a/src/client/views/collections/collectionGrid/CollectionGridView.tsx
+++ b/src/client/views/collections/collectionGrid/CollectionGridView.tsx
@@ -163,6 +163,8 @@ export class CollectionGridView extends CollectionSubView(GridSchema) {
getDisplayDoc(layout: Doc, dxf: () => Transform, width: () => number, height: () => number) {
return <ContentFittingDocumentView
{...this.props}
+ NativeWidth={undefined}
+ NativeHeight={undefined}
Document={layout}
DataDoc={layout.resolvedDataDoc as Doc}
backgroundColor={this.props.backgroundColor}