Search code examples
javascriptjquerycolorbox

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 remove next and previous button from color box window? and also disable go to next image function from colorbox when we click over image.?

i had tried following changes: preloading: true, to preloading: false, but it's not working for me


Solution

  • 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