File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -332,11 +332,15 @@ an `integer` in the range of `1` to `8` or the boolean value `true`.
332332When set to ` true ` , it will set the orientation value based on the EXIF data of
333333the image, which will be parsed automatically if the exif library is available.
334334
335- Setting ` orientation ` to an integer in the range of ` 2 ` to ` 8 ` enables the
336- ` canvas ` option.
337335Setting ` orientation ` to ` true ` enables the ` canvas ` and ` meta ` options, unless
338336the browser supports automatic image orientation (see
339- [ browser support for image-orientation] ( https://caniuse.com/#feat=css-image-orientation ) ).
337+ [ browser support for image-orientation] ( https://caniuse.com/#feat=css-image-orientation ) ).
338+ Setting ` orientation ` to ` 1 ` enables the ` canvas ` and ` meta ` options if the
339+ browser does support automatic image orientation (to allow reset of the
340+ orientation).
341+ Setting ` orientation ` to an integer in the range of ` 2 ` to ` 8 ` always enables
342+ the ` canvas ` option and also enables the ` meta ` option if the browser supports
343+ automatic image orientation (again to allow reset).
340344
341345### meta
342346
You can’t perform that action at this time.
0 commit comments