I’m using Studio theme. Our banner image on the desktop looks ok, however,it does not show up properly on the mobile version- the image is blurry and poor quality. How to resolve this issue (with coding), please?
Thank you
I’m using Studio theme. Our banner image on the desktop looks ok, however,it does not show up properly on the mobile version- the image is blurry and poor quality. How to resolve this issue (with coding), please?
Thank you
Hi @AlexSyb ,
Please send me the code of image-banner.liquid file, I will help you to change it.
Hi @LitExtension !
Do you need this? Thanks in advance!
Hi @AlexSyb ,
Please change all code:
{%- if section.settings.image != blank -%}
{%- elsif section.settings.image_2 == blank -%}
{{ 'lifestyle-2' | placeholder_svg_tag: 'placeholder-svg' }}
{%- endif -%}
{%- if section.settings.image_2 != blank -%}
{%- endif -%}
{%- for block in section.blocks -%}
{%- case block.type -%}
{%- when 'heading' -%}
##
{{ block.settings.heading | escape }}
{%- when 'text' -%}
{{ block.settings.text | escape }}
{%- when 'buttons' -%}
{%- if block.settings.button_label_1 != blank -%}
Hope it helps!