Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
reduce max height for photos
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Jun 12, 2023
1 parent 172515b commit 09ed3c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class PhotoLayoutHelper{
public static final int MAX_WIDTH=1000;
public static final int MAX_HEIGHT=1777; // 9:16
public static final int MAX_HEIGHT=1400;
public static final int MIN_HEIGHT=250;
public static final float GAP=1.5f;

Expand Down

0 comments on commit 09ed3c6

Please sign in to comment.