react-image-lightbox icon indicating copy to clipboard operation
react-image-lightbox copied to clipboard

React lightbox component

Results 109 react-image-lightbox issues
Sort by recently updated
recently updated
newest added

Bumps [rollup](https://github.com/rollup/rollup) from 2.53.1 to 2.77.3. Release notes Sourced from rollup's releases. v2.77.3 2022-08-11 Bug Fixes Correctly resolve preserveModulesRoot in Vite (#4591) Pull Requests #4591: resolve currentPath (@​cleverpp) v2.77.2 2022-07-27...

dependencies

I ran into this issue in React 18 app using strict mode. The lightbox never shows the first image, but instead, it keeps showing a loading icon. The images start...

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.5 to 8.4.16. Release notes Sourced from postcss's releases. 8.4.16 Fixed Root AST migration. 8.4.15 Fixed AST normalization after using custom parser with old PostCSS AST. 8.4.14...

dependencies

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.6 to 7.18.10. Release notes Sourced from @​babel/core's releases. v7.18.9 (2022-07-18) :bug: Bug Fix babel-plugin-transform-modules-systemjs, babel-types #14763 fix: allow exporting TSDeclareFunction as default (@​zxbodya) babel-generator #14758 fix:...

dependencies

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.7 to 7.18.10. Release notes Sourced from @​babel/preset-env's releases. v7.18.9 (2022-07-18) :bug: Bug Fix babel-plugin-transform-modules-systemjs, babel-types #14763 fix: allow exporting TSDeclareFunction as default (@​zxbodya) babel-generator #14758 fix:...

dependencies

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.14.5 to 7.18.10. Release notes Sourced from @​babel/cli's releases. v7.18.9 (2022-07-18) :bug: Bug Fix babel-plugin-transform-modules-systemjs, babel-types #14763 fix: allow exporting TSDeclareFunction as default (@​zxbodya) babel-generator #14758 fix:...

dependencies

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.6 to 10.4.8. Release notes Sourced from autoprefixer's releases. 10.4.8 Do not print color-adjust warning if print-color-adjust also is in rule. 10.4.7 Fixed print-color-adjust support in Firefox....

dependencies

This PR adds React 18 to the list of allowed peer dependencies.

When using this in an RTL website and when the width of the image is larger than the window width, the `translate3d` css will position the image incorrectly offscren. I...

This PR addresses the issue described in #589 Closes #589