mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-30 20:35:38 +00:00 
			
		
		
		
	| @@ -15,15 +15,15 @@ | |||||||
| 		new Splide( | 		new Splide( | ||||||
|             '.splide', { |             '.splide', { | ||||||
|                 type: 'loop', |                 type: 'loop', | ||||||
|                 perPage: 2, |                 perPage: {{ per_page }}, | ||||||
|                 autoplay: true, |                 autoplay: true, | ||||||
|                 pagination: false, |                 pagination: false, | ||||||
|                 // cover: true, |                 // cover: true, | ||||||
|                 autoWidth: true, |                 // autoWidth: true, | ||||||
|                 height: '22rem', |                 height: '25rem', | ||||||
|                 focus: 'center', |                 focus: 'center', | ||||||
|                 padding: { |                 padding: { | ||||||
|                     left: '35rem', |                     left: '5rem', | ||||||
|                     right: '5rem', |                     right: '5rem', | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|   | |||||||
| @@ -11,5 +11,5 @@ | |||||||
| {% endif %} | {% endif %} | ||||||
|  |  | ||||||
| <li class='splide__slide'> | <li class='splide__slide'> | ||||||
|     <img src='{{ img_url }}' style='max-width:65%;'> |     <img src='{{ img_url }}'> | ||||||
| </li> | </li> | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| title: InvenTree Mobile App | title: InvenTree Mobile App | ||||||
| --- | --- | ||||||
|  |  | ||||||
| {% with directory="appgallery" %} | {% with directory="appgallery", per_page=2 %} | ||||||
| {% include "carousel.html" %} | {% include "carousel.html" %} | ||||||
| {% endwith %} | {% endwith %} | ||||||
|  |  | ||||||
| @@ -14,11 +14,12 @@ Native barcode support provides a multitude of context-sensitive stock control a | |||||||
|  |  | ||||||
| ## Download | ## Download | ||||||
|  |  | ||||||
|  | The InvenTree app can be downloaded from either the Android or Apple app stores, or accessed via the links below: | ||||||
|  |  | ||||||
| ### Android | ### Android | ||||||
|  |  | ||||||
| The InvenTree App can be downloaded for Android devices via the [Play Store](https://play.google.com/store/apps/details?id=inventree.inventree_app). | <span class='fab fa-android'></span> [Android Play Store](https://play.google.com/store/apps/details?id=inventree.inventree_app). | ||||||
|  |  | ||||||
| ### iOS | ### iOS | ||||||
|  |  | ||||||
| !!! missing "Not Yet Available" | <span class='fab fa-apple'></span> [Apple App Store](https://apps.apple.com/au/app/inventree/id1581731101#?platform=iphone) | ||||||
|     The InvenTree app is not yet available for iOS devices |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ hide: | |||||||
|  |  | ||||||
| -------------- | -------------- | ||||||
|  |  | ||||||
| {% with directory="indexgallery" %} | {% with directory="indexgallery", per_page=1 %} | ||||||
| {% include "carousel.html" %} | {% include "carousel.html" %} | ||||||
| {% endwith %} | {% endwith %} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user