Skip to content

Commit

Permalink
[#87] Change height to 400 on instagrams for default aspect ratio of 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sidkshatriya committed Jun 2, 2016
1 parent db5f1ac commit 1f52927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pass/InstagramTransformPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
class InstagramTransformPass extends BasePass
{
const DEFAULT_HEIGHT = 600;
const DEFAULT_HEIGHT = 400;
const DEFAULT_WIDTH = 400;

function pass()
Expand Down

0 comments on commit 1f52927

Please sign in to comment.