Add photography for tips page and Play Store feature graphic

This commit is contained in:
2017-02-09 01:05:19 -07:00
parent 9ee8e06810
commit 75ee14d890
11 changed files with 18517 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default class MyImage extends Component {
const {view, data} = this.props;
if (view.layout) {
const maxHeight = view.layout.height * 0.4;
const maxHeight = view.layout.height * 0.5;
const maxWidth = view.layout.width * 0.9;
// What the width will be if the responsive limit kicks in