-
Notifications
You must be signed in to change notification settings - Fork 867
Open
Description
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
Labels
No labels