No content to show
User Activity
Please explain how to correctly display an image with the "sizes" and "srcset" attributes. How they should change and how to display them correctly. For example, I display a logo: <img
srcset="{{ settings.logo | image_url: width: set...
I have a schema checkbox and I need to make sure that if it is checked, then I load the script{%- if section.blocks.first.settings.enable_countdown_timer -%}
<script src="{{ 'component-countdown.js' | asset_url }}" defer="defer"></script>
{% endif ...
Each collection has a custom.parent_collection metafield of type Collection. I need to display subcollections inside a collection that refer to it through a metafield. If people don’t like the collection, then it’s just a title. But now the problem i...
05-06-2024
Hi all. Can someone explain in detail how to use size attributes in a picture to achieve the desired design size and high quality. I mean such attributes as sizes, srcset and others. How to correctly set the desired image size?For example: <img
...