From 22d907ac98c12ccd5e94f585fc5a00548bebeedb Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Fri, 9 Aug 2019 10:10:04 -0400 Subject: [PATCH] fix image styling on funding page --- src/components/base/MediaView.jsx | 2 +- src/components/projects/FundProject.jsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/base/MediaView.jsx b/src/components/base/MediaView.jsx index b9558af..bfc73d9 100644 --- a/src/components/base/MediaView.jsx +++ b/src/components/base/MediaView.jsx @@ -12,7 +12,7 @@ function MediaView({ className, isVideo, source, playing, imgClass }) { } {!isVideo && ({ halfText: { gridColumnStart: 4 }, + imgClass: { + maxHeight: '40vh', + maxWidth: '30vw' + }, chatRoomIcon: { justifySelf: 'auto' }, @@ -279,7 +283,7 @@ const SubmissionSection = ({ classes, projectData, projectId, pledges, commitTim
{manifest.code}
- +