Aspect box
About this component
Aspect box is a component used to constrain an image to a particular aspect ratio. It will crop the image if necessary. It supports common aspect ratios of:
- 1:1 (square)
- 4:3 (standard fullscreen)
- 16:9 (standard widescreen)
- 21:9 (anamorphic widescreen)
Why we use this component
When it's not possible to use exactly-sized images, the aspect box component helps with art direction and maintaining a uniform appearance. For example, in a grid of image cards where differently-sized images would make the page appear jumbled.
Related components
Accessibility
Aspect box uses a CSS property not supported in old browsers. We address this using a fallback which restructures the HTML. The fallback clones the alt attribute of the image as an ARIA label on the replacement HTML. Assistive technologies will still announce the text.
The user must have JavaScript enabled in their browser for the fallback to work.
Implementation
Aspect boxes use an aspect ratio of 16:9 (standard widescreen) by default. To specify a different aspect ratio, there are 3 modifier classes you can use.
Aspect ratio | Modifier class |
---|---|
1:1 | ds_aspect-box--square |
4:3 | ds_aspect-box--43 |
21:9 | ds_aspect-box--219 |
Feedback, help and support
If you need help or support you can e-mail us at designsystem@gov.scot
There is a problem
Thanks for your feedback