Hello,
I am currently trying to build my own Slideable Collection List in Shopify by building my own section. I have already finished a large part of it, but I would like to add a slider without changing the design. This should only be displayed on mobile devices. Three images should be displayed next to each other and then you should be able to slide and the next three should be displayed. In the picture you can see the current status and the corresponding code is here:
{% schema %}
{
"name": "Collection View",
"presets": [
{
"name": "Collection View",
"category": "Custom"
}
]
}
{% endschema %}
