Как листать фото в статьях?
colorbox
var ahref = $( '<a href="' + $( this ).attr( 'src' ) + '" />').colorbox({ transition: "none" });
поменял на
var ahref = $( '<a href="' + $( this ).attr( 'src' ) + '" />').colorbox({rel: 'gal', transition: "none", slideshow: true, width: "650px", height: "650px" });