mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-15 03:35:35 +00:00
Add a carousel for the app index page
This commit is contained in:
@ -11,5 +11,5 @@
|
||||
{% endif %}
|
||||
|
||||
<div class='item{% if active %} active{% endif %}'>
|
||||
<img src='{{ img_url }}' alt='{{ alt }}' style='width: 100%'>
|
||||
<img class='center' src='{{ img_url }}' alt='{{ alt }}' style='{% if max_height %}max-height: {{ max_height }}; {% endif %}'>
|
||||
</div>
|
Reference in New Issue
Block a user