Skip to content

Result size{width:n, height:n} not working #790

@markcofano

Description

@markcofano

Expected Behavior

When I crop and image and save to disk, the resulting image is not the size I expect.

Actual Behavior

The image is the original size of the image pasted

Steps to Reproduce the Problem

1.Find an image of size larger than viewport
1.Paste and save to disk
1.Inspect image on disk
size:'viewport' works as expected but image on disk it too small
size{width:800,height:400} produced an image on disk that is ORIGINAL SIZE, not as specified

also tried...

size{width:800} does not work at all
size{width:800,height:} does not work at all
size{800} or size{800,400} does not work

Example Link

[Please recreate your issue using JSbin, JSFiddle, or Codepen.

Specifications

  • Browser:
  • Version:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions