2
0
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:
Oliver
2021-08-03 00:25:52 +10:00
parent d7ab4f2420
commit 715e9e8891
14 changed files with 154 additions and 117 deletions

View File

@ -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>