Explorar el Código

config tweak for lightbox demo

Hakim El Hattab hace 1 mes
padre
commit
d5d292f70a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/preview-overlays.html

+ 1 - 1
examples/preview-overlays.html

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