![[Code Sales]: Logo List](http://section-stock.com/cdn/shop/files/logolist-n_d9c5a428-2bbd-492c-b103-0b0010c99590.png?v=1742633887&width=1445)
You can set the image size for PC and smartphone from the basic settings.

From the block, you can insert an image, set the link destination, and set how the link destination will be displayed.

You can add up to six blocks.

A little code
<section class="section- {{ section.id }} -padding color- {{ section.settings.section_color_scheme }} ">
<div class="page-width">
<div class="c_logo--wrapper c_logo--wide">
{% for block in section.blocks %}
<a> href=" {{ block.settings.logo-link }} " class="c_logo {% if block.settings.logo-link == blank %} c_disabled {% endif %} " target=" {{ block.settings.logo-link_target }} ">
{%- if block.settings.logo-image != blank -%}
{{ block.settings.logo-image | image_url: width: 528 | image_tag: alt: block.settings.list_image.alt, loading: "lazy", sizes: "100vw" }}