This is not a Liquify realted Bug, its a general Bug with Swiper js. When I only have 2 Items in a Slider, the Loops doesn´t really work. But On bigger screens it doesn´t even work if I have 4 items selected. Does somebody know why?
Here the Code, a Demo Video and the Attributes the Slider is using.
Hi @consti, we also have the same problem. The only solution we found was creating an addition element which also loops over the same elements again. {% for. blocks in sections.block %}
{% if block.type == "your block name" %}
Block Content
{% endif %}
{% endfor %}