Build an images gallery (without using liquid blocks)

Hello,

I have this gallery https://hairmax.com/pages/news

Using this code:

{% for block in section.blocks %}
{% if block.settings.enable %}
{% assign tags = block.settings.tags | split:‘,’ %}

{% endif %} {% endfor %}

With the Shopify theme update limiting blocks to 250, this is no longer an option.

I wonder if there is a solution to this preferable without an app?

Is this an API question? With the API and paging you can pull as many images as you need to display on a headless app.