Igor Isaev

Results 31 comments of Igor Isaev

Hey @stahlmanDesign! `openLightbox` is available in the Gallery component's ref. Here is a code sample of how to call it directly ```js function App() { const galleryRef = React.useRef(null); const...

Hello @xstable! Yes, it's possible. You can override opening a lightbox by using `onClickThumbnail` prop. ```js function App() { const handleClick = () => window.open("https://codesandbox.io/"); return ; } ``` Feel...

Hi @monicayanethacosta. Thanks for reporting! There are two problem components Gallery and Lightbox. Fix for the Gallery is ready and will be released soon. But it's not easy to fix...

Hi @rgala98! Yes, you can get the current index by the `currentImageWillChange` hook, it's passed there as a first param. You just need to make this small change in your...

Hi @dbuldansjah! Could you provide a code sample, sandbox link, or something for me to reproduce this behavior? Here is a [codesandbox](https://codesandbox.io/embed/text-field-custom-control-h0x5sy?fontsize=14&hidenavigation=1&theme=dark) that demonstrates the usage of `customControls` prop where...

Hi @IamFlowZ! Sorry for the very long reply. Can you please clarify what did you mean by `switched into Reactive Design mode`? I checked out `bug/react-gallery` branch on your repo...

Hello @sT0pe and @mattg66 👋 Do you want thumbnails to keep the original aspect ratio, i.e. no edges have been cut? React-grid-gallery uses compression for the gallery to have all...

Hello, guys thanks for reporting! It's a known bug that occurs if you are using React 17 and higher. The root of the problem is in the [`react-images`](https://github.com/jossmac/react-images) - library...

Hello @pmarxbraun! Thank you for creating an issue. Sorry for the very late response. It looks like your link is already expired. If it's still actual for you, please reopen...