2012-06-19 39 views
1

Galleria.run()後,我需要在Galleria全屏主題(link)中更改第一張圖片。更改Galleria全屏主題中的第一張圖片

例如:我需要加載第三圖像(圖像3,4,5的序列,...,N,1,2,3)

我可以寫:

jQuery('.galleria-image-nav-right').click().click().click() 

但它醜陋,不方便使用

+0

能否請您與您的問題..謝謝清楚! – 2012-06-19 09:08:33

回答

0

您是否嘗試過使用show方法?

.show(index) 

返回Galleria顯示指定爲索引的圖像。 您可以隨時調用此方法,並且圖像將被放置在 轉換隊列中。

http://galleria.io/docs/api/methods/

+0

謝謝,它的工作! –

+0

@geph好,沒問題:) – Johan