silvia-odwyer / lightbox.js

An all-in-one, responsive React lightbox
https://getlightboxjs.com
GNU General Public License v3.0
45 stars 5 forks source link

Potential Issue with Styles in LightboxJS Library #61

Open ObieSilva opened 12 hours ago

ObieSilva commented 12 hours ago

Description: I recently experienced two issues with the LightboxJS library that affected both the visibility of the Lightbox content and the display of thumbnails:

Background:

Steps Taken to Troubleshoot:

Temporarily fixed the issue by overriding the opacity with custom CSS: `._PH6f8, ._3pfLz { opacity: 1 !important; / Force visibility / }

._-wN_b { bottom: 24% !important; / Adjust thumbnail positioning / }`

Request: Could you please look into this issue and let me know if there are any configuration changes or updates required on my part? Alternatively, if this is a bug, an update or workaround from your end would be greatly appreciated.

Please let me know if you need any additional information, such as a code snippet or a reproduction of the issue.

silvia-odwyer commented 5 hours ago

@ObieSilva Hi Obie, Thanks for opening this issue. I'm just wondering if this error occurs with the latest version of the library? Also, could you provide the JSX you're using to display the lightbox? This will help me to debug the issue. Thanks very much!