Path: blob/main/src/resources/schema/document-reveal-media.yml
12925 views
- name: preview-links1tags:2formats: [revealjs]3schema:4anyOf:5- enum: [auto]6- boolean7default: auto8description:9short: "Open links in an iframe preview overlay (`true`, `false`, or `auto`)"10long: |11Open links in an iframe preview overlay.1213- `true`: Open links in iframe preview overlay14- `false`: Do not open links in iframe preview overlay15- `auto` (default): Open links in iframe preview overlay, in fullscreen mode.1617- name: auto-play-media18tags:19formats: [revealjs]20schema:21enum: [null, true, false]22default: null23description: |24Autoplay embedded media (`null`, `true`, or `false`). Default is `null` (only when `autoplay`25attribute is specified)2627- name: preload-iframes28tags:29formats: [revealjs]30schema:31enum: [null, true, false]32default: null33description:34short: "Global override for preloading lazy-loaded iframes (`null`, `true`, or `false`)."35long: |36Global override for preloading lazy-loaded iframes3738- `null`: Iframes with data-src AND data-preload will be loaded when within39the `viewDistance`, iframes with only data-src will be loaded when visible40- `true`: All iframes with data-src will be loaded when within the viewDistance41- `false`: All iframes with data-src will be loaded only when visible4243- name: view-distance44tags:45formats: [revealjs]46schema: number47default: 348description: "Number of slides away from the current slide to pre-load resources for"4950- name: mobile-view-distance51tags:52formats: [revealjs]53schema: number54default: 255description: |56Number of slides away from the current slide to pre-load resources for (on mobile devices).5758- name: parallax-background-image59tags:60formats: [revealjs]61schema: path62description: "Parallax background image"6364- name: parallax-background-size65tags:66formats: [revealjs]67schema: string68description: "Parallax background size (e.g. '2100px 900px')"6970- name: parallax-background-horizontal71tags:72formats: [revealjs]73schema: number74default: 20075description: "Number of pixels to move the parallax background horizontally per slide."7677- name: parallax-background-vertical78tags:79formats: [revealjs]80schema: number81default: 5082description: "Number of pixels to move the parallax background vertically per slide."838485