Skip to content Skip to sidebar Skip to footer

Colorbox: How To Disable Next And Previous Button

I am developing a website and I have used color box to show my image galleries, when click over each images color box will be appear. what i am asking for how can i disable or remo

Solution 1:

In case someone still need it.

Set rel: 'nofollow' to disable grouping.

Solution 2:

In your colorbox settings set loop to false

http://www.jacklmoore.com/colorbox check the loop feature on this page.

Solution 3:

i have find out the solutions, $(".group1").colorbox({rel:'group1'}); change to $(".group1").colorbox({});

it will be disable next and previous buttons also disable image link to next one

Post a Comment for "Colorbox: How To Disable Next And Previous Button"