Skip to content

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

Open
@Epenance

Description

@Epenance

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions