<image class="rounded image--" src="http://via.placeholder.com/200x200" alt="placeholder image" width="200px" height="200px" loading="lazy" />
<image class="rounded image--{{name}}"
src="{{src}}"
alt="{{alt}}"
width="{{width}}"
height="{{height}}"
loading="lazy" />
{
"src": "http://via.placeholder.com/200x200",
"alt": "placeholder image",
"width": "200px",
"height": "200px"
}
.rounded {
border-radius: 50%;
}
No notes defined.