diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-04 18:18:45 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-04 18:18:45 -0400 |
| commit | 4fde212cd00bd2f8fc2fa122309af3bb71bba2fd (patch) | |
| tree | 7bdbbc74be779afe21e7fd82832d85b2c587aca6 /src/client/views/collections | |
| parent | e70be930dc7c8ff1e999bf163bcbb511a60bae6f (diff) | |
improved pdf bitmaps a bit, but still blurry.
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionViewBase.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx index 9eee23a1d..458bae7ab 100644 --- a/src/client/views/collections/CollectionViewBase.tsx +++ b/src/client/views/collections/CollectionViewBase.tsx @@ -128,7 +128,7 @@ export class CollectionViewBase extends React.Component<SubCollectionViewProps> } if (type.indexOf("pdf") !== -1) { ctor = Documents.PdfDocument; - options.nativeWidth = 600; + options.nativeWidth = 1200; } if (type.indexOf("html") !== -1) { if (path.includes('localhost')) { |
