2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

More app screenshots

This commit is contained in:
Oliver 2021-08-03 00:35:13 +10:00
parent 715e9e8891
commit b384078dba
8 changed files with 26 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% with image_count=8 %}
{% with image_count=14 %}
{% include "carousel_start.html" %}
{% endwith %}
@ -34,4 +34,28 @@
{% include "carousel_img.html" %}
{% endwith %}
{% with src="app/screenshots/screen_9.jpg", alt="App screenshot" %}
{% include "carousel_img.html" %}
{% endwith %}
{% with src="app/screenshots/screen_10.jpg", alt="App screenshot" %}
{% include "carousel_img.html" %}
{% endwith %}
{% with src="app/screenshots/screen_11.jpg", alt="App screenshot" %}
{% include "carousel_img.html" %}
{% endwith %}
{% with src="app/screenshots/screen_12.jpg", alt="App screenshot" %}
{% include "carousel_img.html" %}
{% endwith %}
{% with src="app/screenshots/screen_13.jpg", alt="App screenshot" %}
{% include "carousel_img.html" %}
{% endwith %}
{% with src="app/screenshots/screen_14.jpg", alt="App screenshot" %}
{% include "carousel_img.html" %}
{% endwith %}
{% include "carousel_end.html" %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

View File

@ -6312,7 +6312,7 @@ html {
.carousel-inner > .item > a > img {
line-height: 1;
max-width: 100%;
max-height: 320px;
max-height: 400px;
margin-left: auto;
margin-right: auto;
}