2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 02:05:29 +00:00

Add apple store link

This commit is contained in:
Oliver
2021-09-06 09:56:15 +10:00
parent e95956ecd8
commit fefa820568
4 changed files with 11 additions and 10 deletions

View File

@ -15,15 +15,15 @@
new Splide(
'.splide', {
type: 'loop',
perPage: 2,
perPage: {{ per_page }},
autoplay: true,
pagination: false,
// cover: true,
autoWidth: true,
height: '22rem',
// autoWidth: true,
height: '25rem',
focus: 'center',
padding: {
left: '35rem',
left: '5rem',
right: '5rem',
}
}

View File

@ -11,5 +11,5 @@
{% endif %}
<li class='splide__slide'>
<img src='{{ img_url }}' style='max-width:65%;'>
<img src='{{ img_url }}'>
</li>