Pagination custom thumbnail

Hi.

I have a lot of thumbnails on a page. How can display only 8 blocks from 64 and paginate it on other page?

Blocks are displayed from list, like [val1 val2 val3 … valN] - these elements can’t have static page .md in content directory.

You will need to paginate with JavaScript.
https://www.google.com/search?q=pagination+jquery

Ok! Thank you very much.