瀏覽代碼

config tweak for lightbox demo

Hakim El Hattab 1 月之前
父節點
當前提交
d5d292f70a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 			});