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 }) }}
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