![]() |
|
Remove Image Number From Colorbox Slideshow - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Remove Image Number From Colorbox Slideshow (/thread-9037.html) |
Remove Image Number From Colorbox Slideshow - zaveri.vismay - 2011-09-03 Hi, Remove Image Number From Colorbox Slideshow - acrylian - 2011-09-03 The colorbox does only display that if in slideshow mode. To my knowledge it can't be removed. See http://colorpowered.com/colorbox/ to learn more. But for usability's sake I would want to know how many image there are...Be it 10, 100 or 1000 is really important for visitors... Remove Image Number From Colorbox Slideshow - jobyjacob - 2013-04-06 we can remove the image count by using the property 'current'. $(".colorbox").colorbox({current:false}); |