Skip to content

Commit

Permalink
Hardcode images standalone example to fullpage false
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa committed Dec 17, 2024
1 parent d78c825 commit db5e17e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/design-system/components/images/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
{{ designExample({
group: "components",
item: "images",
type: "default"
type: "default",
fullpage: false
}) }}

<h2>When to use images</h2>
Expand Down Expand Up @@ -58,4 +59,4 @@
<p>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.</p>
<p>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.</p>

{% endblock %}
{% endblock %}

0 comments on commit db5e17e

Please sign in to comment.