File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -114,3 +114,57 @@ image::images/metrics-alert-filters-and-group.png[Metric threshold filter and gr
114114`` `asciidoc
115115image::images/synthetics-get-started-projects.png[]
116116```
117+
118+ ## Image carousel
119+
120+ The image carousel directive builds upon the image directive.
121+
122+ `` `markdown
123+ ::::{carousel}
124+
125+ :id: nested-carousel-example
126+ :controls: true
127+ :indicators: true
128+ :fixed-height: 750px
129+
130+ :::{image} https://epr.elastic.co/package/abnormal_security/1.8.0/img/abnormal_security-mailbox_not_analyzed_overview.png
131+ :alt: First image description
132+ :title: First image title
133+ :::
134+
135+ :::{image} https://epr.elastic.co/package/abnormal_security/1.8.0/img/abnormal_security-ai_security_mailbox_overview.png
136+ :alt: Second image description
137+ :title: Second image title
138+ :::
139+
140+ :::{image} https://epr.elastic.co/package/abnormal_security/1.8.0/img/abnormal_security-audit_overview.png
141+ :alt: Third image description
142+ :title: Third image title
143+ :::
144+
145+ ::::
146+ ```
147+
148+ ::::{carousel}
149+
150+ :id: nested-carousel-example
151+ :controls: true
152+ :indicators: true
153+ :fixed-height: 750px
154+
155+ :::{image} https://epr.elastic.co/package/abnormal_security/1.8.0/img/abnormal_security-mailbox_not_analyzed_overview.png
156+ :alt: First image description
157+ :title: First image title
158+ :::
159+
160+ :::{image} https://epr.elastic.co/package/abnormal_security/1.8.0/img/abnormal_security-ai_security_mailbox_overview.png
161+ :alt: Second image description
162+ :title: Second image title
163+ :::
164+
165+ :::{image} https://epr.elastic.co/package/abnormal_security/1.8.0/img/abnormal_security-audit_overview.png
166+ :alt: Third image description
167+ :title: Third image title
168+ :::
169+
170+ ::::
You can’t perform that action at this time.
0 commit comments