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,6 +332,34 @@ 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+ Exif orientation values to correctly display the letter F:
336+
337+ ```
338+ 1 2
339+ ██████ ██████
340+ ██ ██
341+ ████ ████
342+ ██ ██
343+ ██ ██
344+
345+ 3 4
346+ ██ ██
347+ ██ ██
348+ ████ ████
349+ ██ ██
350+ ██████ ██████
351+
352+ 5 6
353+ ██████████ ██
354+ ██ ██ ██ ██
355+ ██ ██████████
356+
357+ 7 8
358+ ██ ██████████
359+ ██ ██ ██ ██
360+ ██████████ ██
361+ ```
362+
335363Setting ` orientation ` to ` true ` enables the ` canvas ` and ` meta ` options, unless
336364the browser supports automatic image orientation (see
337365[ browser support for image-orientation] ( https://caniuse.com/#feat=css-image-orientation ) ).
You can’t perform that action at this time.
0 commit comments