Skip to content

Commit

Permalink
(adjust#14) - Temp fix for setting viewport_width/height
Browse files Browse the repository at this point in the history
  • Loading branch information
benrudolph committed Feb 19, 2014
1 parent 01f381b commit 8d22450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shrimp/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def initialize
:tmpdir => Dir.tmpdir,
:rendering_timeout => 90000,
:rendering_time => 1000,
:viewport_width => 1000,
:viewport_height => 600,
:command_config_file => File.expand_path('../config.json', __FILE__),
:viewport_width => 600,
:viewport_height => 600
}
end

Expand Down

0 comments on commit 8d22450

Please sign in to comment.