This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
scroll 3
master
Pascal Gloor
5 years ago
parent
824141ff63
commit
57ccb3cb47
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
www/js/autodoc.js
+ 2
- 2
www/js/autodoc.js
View File
@@ -284,8 +284,8 @@ function page_load_document(args) {
}
$('.autodoc_document_carousel').slick({
lazyLoad: 'ondemand',
slidesToShow:
4
,
slidesToScroll:
4
,
slidesToShow:
3
,
slidesToScroll:
3
,
dots: true,
infinite: true
});
Write
Preview
Loading…
Cancel
Save