As an example:
<figure class="nhsuk-image" style="width: 92vw; max-width: 960px; ">
<img class="nhsuk-image__img" src="prototype-flow.png" alt="Diagram depicting the prototype user journey using sequential screen grabs from left to right.">
<figcaption class="nhsuk-image__caption">
The prototype journey from left to right, from calculator result to a ‘finding services’ loading screen.
</figcaption>
</figure>
Allows a landscape image to expand out of the text div to the full 960 width.
The figure setup is doable with markdown
The need is to be able to achieve width: 92vw; max-width: 960px;
As an example:
Allows a landscape image to expand out of the text div to the full 960 width.
The
figuresetup is doable with markdownThe need is to be able to achieve
width: 92vw; max-width: 960px;