Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do I need to load any CSS? #238

Open
impactcolor opened this issue Nov 14, 2023 · 0 comments
Open

Do I need to load any CSS? #238

impactcolor opened this issue Nov 14, 2023 · 0 comments

Comments

@impactcolor
Copy link

I'm following the example as provided in the documentation for a react build
import FsLightbox from "fslightbox-react"; const previewImgModal = () => { return( <FsLightbox toggler={toggler} sources={[ <iframe src="https://player.vimeo.com/video/22439234" width="1920px" height="1080px" frameBorder="0" allow="autoplay; fullscreen" allowFullScreen />, <iframe src="//maps.google.com/maps?q=?&q=London&output=embed" width="1920px" height="1080px" allowFullScreen scrolling="no" allow="autoplay; fullscreen" />, ]} /> ) }

No error or anything it just doesn't load.
"fslightbox-react": "^1.7.6",
"react": "18.2.0",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant