1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-13 18:14:33 +02:00

config tweak for lightbox demo

This commit is contained in:
Hakim El Hattab
2025-03-19 11:29:36 +01:00
parent a7b4bb4946
commit d5d292f70a

View File

@@ -96,7 +96,7 @@
<script src="../dist/reveal.js"></script>
<script>
Reveal.initialize({
previewLinks: true,
previewLinks: false,
width: 1280,
height: 720
});