mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 09:25:06 +01:00
add support for data-visibility=hidden
This commit is contained in:
parent
c91074761a
commit
d272628f58
6 changed files with 38 additions and 2 deletions
|
|
@ -146,6 +146,9 @@ export default {
|
|||
// Flags if speaker notes should be visible to all viewers
|
||||
showNotes: false,
|
||||
|
||||
// Flags if slides with data-visibility="hidden" should be kep visible
|
||||
showHiddenSlides: false,
|
||||
|
||||
// Global override for autolaying embedded media (video/audio/iframe)
|
||||
// - null: Media will only autoplay if data-autoplay is present
|
||||
// - true: All media will autoplay, regardless of individual setting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue