Tag Archives: programming
jQuery slideviewer modification
I have modified slideViewer 1.2 to hide the numbers strip if there is only one image shown in the gallery. It was displaying the number [1] tile which was not needed. With red color is what I have added: var counter = 0; container.find(“ul”).css(“width” , stripViewerWidth); container.css(“width” , pictWidth); container.css(“height” , pictHeight); container.each(function(i) { jQuery(this).after(“<div [...]