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

Is it possible to inline on website with working fullscreen mode? #1279

Open
Epenance opened this issue May 22, 2023 · 1 comment
Open

Is it possible to inline on website with working fullscreen mode? #1279

Epenance opened this issue May 22, 2023 · 1 comment

Comments

@Epenance
Copy link

Epenance commented May 22, 2023

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:

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?

@ayushnau
Copy link

ayushnau commented Aug 28, 2023

@Epenance can you give me screenshot for inline case?

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

No branches or pull requests

2 participants