We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to somehow inline the slides say on the middle of a website while also having the support to fullscreen the presentation?
After digging around I found the option to inline the presentation by changing the backdrop styles to say:
const backdropStyle: React.CSSProperties = { position: 'relative', width: '100%', height: '500px', }
This made my presentation show up inline on the website.
Now however when I press the fullscreen button, it just fullscreens the entire website and not only the presentation.
Is this possible? Am I doing it wrong?
The text was updated successfully, but these errors were encountered:
@Epenance can you give me screenshot for inline case?
Sorry, something went wrong.
No branches or pull requests
Question
Is it possible to somehow inline the slides say on the middle of a website while also having the support to fullscreen the presentation?
After digging around I found the option to inline the presentation by changing the backdrop styles to say:
This made my presentation show up inline on the website.
Now however when I press the fullscreen button, it just fullscreens the entire website and not only the presentation.
Is this possible? Am I doing it wrong?
The text was updated successfully, but these errors were encountered: