Path: blob/main/src/resources/schema/document-reveal-layout.yml
12921 views
- name: auto-stretch1tags:2formats: [revealjs]3schema: boolean4default: true5description: "For slides with a single top-level image, automatically stretch it to fill the slide."67- name: width8tags:9formats: [revealjs]10schema:11anyOf: [number, string]12default: 105013description:14short: "The 'normal' width of the presentation"15long: |16The "normal" width of the presentation, aspect ratio will17be preserved when the presentation is scaled to fit different18resolutions. Can be specified using percentage units.1920- name: height21tags:22formats: [revealjs]23schema:24anyOf: [number, string]25default: 70026description:27short: "The 'normal' height of the presentation"28long: |29The "normal" height of the presentation, aspect ratio will30be preserved when the presentation is scaled to fit different31resolutions. Can be specified using percentage units.3233- name: min-scale34tags:35formats: [revealjs]36schema: number37default: 0.238description: "Bounds for smallest possible scale to apply to content"3940- name: max-scale41tags:42formats: [revealjs]43schema: number44default: 2.045description: "Bounds for largest possible scale to apply to content"4647- name: center48tags:49formats: [revealjs]50schema: boolean51default: false52description: "Vertical centering of slides"5354- name: disable-layout55tags:56formats: [revealjs]57schema: boolean58default: false59description: |60Disables the default reveal.js slide layout (scaling and centering)6162- name: code-block-height63tags:64formats: [revealjs]65schema: string66default: "500px"67description: |68Sets the maximum height for source code blocks that appear in the presentation.697071