Browse Source

config tweak for lightbox demo

Hakim El Hattab 1 tháng trước cách đây
mục cha
commit
d5d292f70a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 			});