react-exif-orientation-img icon indicating copy to clipboard operation
react-exif-orientation-img copied to clipboard

NOT MAINTAINED ANYMORE - img element wrapper component for React that understands EXIF orientation information and corrects it using CSS transforms.

Results 18 react-exif-orientation-img issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hey! Great library, however I have an issue: I have the image in it's full resolution, and I want it to fit it's parent, so I have: so when I...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.5.1 to 3.1.11. Release notes Sourced from webpack-dev-server's releases. v3.1.11 3.1.11 (2018-12-21) Bug Fixes bin/options: correct check for color support (options.color) (#1555) (55398b5) package: update spdy v3.4.1...4.0.0...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...

dependencies

I pass onLoad to the component, but it does not work. Curious if this is passed through to the underlying img component? Using like this: ``` import Img from "react-exif-orientation-img";...

I am loading the images from server. For testing purpose few images are uploaded. Checked on chrome and mozilla but doesn't seem to work. ``` import React, { Component }...

Package dont work on iOS devices such as iphone / ipad because device return image in good orientation but package rotate it because in exif it say so. Anyone have...