mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-17 18:37:00 +02:00
autoslide (5 seconds)
This commit is contained in:
committed by
GitHub
parent
8a12589b7f
commit
c0d52f1aa7
@@ -343,8 +343,9 @@
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
|
||||
<script src="../static/js/webslides.js"></script>
|
||||
|
||||
<!-- Autoslide 5 seconds. If you don't want autoslide, remove: {interval: 5000} -->
|
||||
<script type="text/javascript">
|
||||
var slide = jQuery('#webslides').webslides();
|
||||
var slide = jQuery('#webslides').webslides({interval: 5000});
|
||||
</script>
|
||||
|
||||
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
|
||||
|
Reference in New Issue
Block a user