Привет друзья
Использую Channel images 5.1.7 и плагин galleria.
Почему-то выводятся только 30 изображений...
Вот мой код
{exp:channel_images:images entry_id="{entry_id}" [color=red] limit=”50”[/color]}
<a class="transition" href="{image:url:large}" rel="shadowbox[1]" title="{image:description}">
<img width="110px" height="80px" src="{image:url:small}" alt="{image:description}"/>
</a>
{/exp:channel_images:images}
если бы я не указал параметр limit=”50”, тогда было бы понятно, 30-дефолтное значение
This parameter limits the number of images on any given page. The limit will default to 30 entries if a value is not specified. If you are using pagination then this will determine the number of entries shown per page.
Default: limit=”30”
а так непонятно, почему не срабатывает..?