Skip to content

Commit 3e0cbb5

Browse files
author
jordanmccullough
committed
Add ZoomJS plugin on RevealJS initialization
1 parent 0c56666 commit 3e0cbb5

File tree

1 file changed

+2
-1
lines changed
  • _includes/hydeslides/revealjs

1 file changed

+2
-1
lines changed

_includes/hydeslides/revealjs/scripts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
// Optional libraries used to extend on reveal.js
1717
dependencies: [
1818
{ src: 'dependencies/revealjs/lib/js/classList.js', condition: function() { return !document.body.classList; } },
19-
{ src: 'dependencies/revealjs/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
19+
{ src: 'dependencies/revealjs/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
20+
{ src: 'dependencies/revealjs/plugin/zoom-js/zoom.js', condition: function() { return !!document.body.classList; } }
2021
]
2122
});
2223

0 commit comments

Comments
 (0)