Skip to content

resize doesnt work properly #155

@ghost

Description

module.exports = {
  'Some screenshots': function(test) {
    test
      .open('http://google.at')
      .resize({ width: 320, height: 568 })
      .screenshot('google.png')
      .done(); 
    } 
} 

Either with -b chrome or phatomjs, resize doesnt give the size i specified!

Result without -b flag: google.png with 601x568
Result with -b chrome: google.png with 420x471 🙀

What's wrong with?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions