mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 02:25:31 +00:00
Update app page with new "hero" approach
This commit is contained in:
@ -50,11 +50,11 @@
|
||||
document.addEventListener( 'DOMContentLoaded', function () {
|
||||
new Splide('#image-carousel', {
|
||||
type: 'loop',
|
||||
perPage: 1,
|
||||
perMove: 1,
|
||||
perPage: {% if include.perPage %}{{ include.perPage }}{% else %}1{% endif %},
|
||||
autoPlay: true,
|
||||
pagination: false,
|
||||
}).mount();
|
||||
});
|
||||
</script>
|
||||
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user