diff --git a/src/components/posts/post.js b/src/components/posts/post.js index 52b9b29..a2d433e 100644 --- a/src/components/posts/post.js +++ b/src/components/posts/post.js @@ -54,7 +54,7 @@ const PostImageJsx = (props) => { flex: 1, width: SCREEN_WIDTH, height: getAutoHeight(props.width, props.height, SCREEN_WIDTH), - objectFit: "cover" + // objectFit: "cover" } } /> };