7.10.2 base.embedded.img Image
An <img> element represents an image.
Example
An image
that is inline with other text.
Markup: base/embedded/embedded-img.twig
<p>An image <img class="{{modifier_class}}" src="kss-assets/sample-inline.png"> that is inline with other text.</p>
<figure style="width: 50%; max-width: 300px;">
<figcaption>An image inside a figure.</figcaption>
<img class="{{modifier_class}}" src="kss-assets/sample.png">
</figure>
Source:
base/embedded/_embedded.scss, line 22