Is there any way to specify, what are the buttons should display for slideshow in helpers of fancybox 2? Actually I don’t need the toggle button.
helpers : {
title : { type : 'inside' },
buttons : {}// is these takes some button names?
}
How can I remove the toggle button?
Thanks.
You can remove the size-toggle button without editing the source file by using the tpl option to override the default html template. The original template is contained in jquery.fancybox-buttons.js. (Note the inline-css width adjustment to the ul tag to correct for the narrower total width.)