From db5e17ea517964be6d94b707775f6e2c6d7ec1a4 Mon Sep 17 00:00:00 2001 From: roshaanbajwa Date: Tue, 17 Dec 2024 12:11:39 +0000 Subject: [PATCH] Hardcode images standalone example to fullpage false --- app/views/design-system/components/images/index.njk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/design-system/components/images/index.njk b/app/views/design-system/components/images/index.njk index 904f25394..4269ca07e 100644 --- a/app/views/design-system/components/images/index.njk +++ b/app/views/design-system/components/images/index.njk @@ -17,7 +17,8 @@ {{ designExample({ group: "components", item: "images", - type: "default" + type: "default", + fullpage: false }) }}

When to use images

@@ -58,4 +59,4 @@

In testing we found gallery views (images side by side) confused users. Users either missed the images in the right hand column or they didn't know how to interpret the sequence. To get around this we recommend stacking images.

We also found that users clicked images in gallery views, expecting them to appear larger in a pop-up modal. When we increased the size of the images and stacked them in 1 column (not 2), we didn't see anyone clicking on them to expand them.

-{% endblock %} +{% endblock %} \ No newline at end of file