FormidableLabs / FormidableLabs/spectacle

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

Open
#1,279 1 comment 0 reactions 0 assignees View on GitHub
🤔 Question
Dominant language
TypeScript
Stars
10.2k
Forks
700
PR merge metrics
No merged PRs in 30d

Description

### 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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.