<div class="brand-preview">
<h4>Brand white</h4>
<img src="../../images/brand/brand-white.svg" alt="XXL Brand" class="brand" />
<h4>Brand black</h4>
<img src="../../images/brand/brand-black.svg" alt="XXL Brand" class="brand" />
</div>
<div class="brand-preview">
<h4>Brand white</h4>
<img src="{{path '/images/brand/brand-white.svg'}}" alt="{{brand.alt}}" class="brand" />
<h4>Brand black</h4>
<img src="{{path '/images/brand/brand-black.svg'}}" alt="{{brand.alt}}" class="brand" />
</div>
{
"brand": {
"alt": "XXL Brand"
}
}
.brand{
width: 100%;
max-width: 320px;
height: auto;
}
There are no notes for this item.