+
+
+
+
+ {% for idx in range(image_count) %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+

+
+
+
+

+
+
+
+

+
+
+
diff --git a/docs/index.md b/docs/index.md
index bd61ca7..052ae27 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -13,6 +13,13 @@ InvenTree is an open-source inventory management system which provides intuitive
InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. However, powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information.
+{% with image_count=7 %}
+{% include "carousel_start.html" %}
+{% endwith %}
+
+{% include "carousel_end.html" %}
+
+
### How it Works
InvenTree is a [Python](https://www.python.org/) and [Django](https://www.djangoproject.com/) application which stores data in a relational database, and serves this data to the user(s) via a web browser, and (optionally) can be integrated into custom applications via an API.
diff --git a/docs/stylesheets/bootstrap.css b/docs/stylesheets/bootstrap.css
index 63e9e4d..1fd10a4 100644
--- a/docs/stylesheets/bootstrap.css
+++ b/docs/stylesheets/bootstrap.css
@@ -6290,6 +6290,9 @@ html {
.popover-content {
padding: 9px 14px;
}
+ .carousel-container {
+ width: 100%;
+ }
.carousel {
position: relative;
}