Hi! How can I make this:
Into this:
Code:
<label class=“ColorSwatch ColorSwatch–small” for=“{{ color_id }}” style=" background-image: url({{ variant_for_value.image | img_url: ‘small’ }});background-size: cover; /* <------ */
background-repeat: no-repeat;
background-position: center center;
border: 1px Solid #000000;
" title=“{{ value | escape }}” data-tooltip=“{{ value | escape }}”>

