Skip to content

Commit

Permalink
Docs: add note on how to enable/disable preview links individually.
Browse files Browse the repository at this point in the history
Closes hakimel#2005.
  • Loading branch information
bnjmnt4n committed Feb 7, 2018
1 parent 410f776 commit 7991693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ Reveal.initialize({
hideAddressBar: true,

// Opens links in an iframe preview overlay
// Add `data-preview-link` and `data-preview-link="false"` to customise each link
// individually
previewLinks: false,

// Transition style
Expand Down
2 changes: 2 additions & 0 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
hideAddressBar: true,

// Opens links in an iframe preview overlay
// Add `data-preview-link` and `data-preview-link="false"` to customise each link
// individually
previewLinks: false,

// Exposes the reveal.js API through window.postMessage
Expand Down

0 comments on commit 7991693

Please sign in to comment.