//1) Names of the Pictures var PicNames=new Array("1.jpg","2.jpg","3.jpg","4.jpg","5.jpg","6.jpg","7.jpg") //In index.html //2) Names of the Thumbs var ThumbNames=new Array("1.jpg","2.jpg","3.jpg","4.jpg","5.jpg","6.jpg","7.jpg") //In index.html //3) Path of the Pictures var PicPath="images" //In index.html //4) Path of the Thumbnails //In index.html var ThumbPath="thumbs" //5) Size of the Thumbnails //In vlightbox.js //Width var ThumbWidth=150 //Height var ThumbHeight=100 //6) Controls Path var ContPath="Js/controls" //In PicStyle.js //7) Number of Columns var PicCols=3 //In index.html //8) Comment for Each Picture var PicCom=new Array("Pic 1","Pic 2","Pic 3","Pic 4","Pic 5","Pic 6","Pic 7") //In index.html //9) Spaces between Thumbnails //In vlightbox.js //Vertical var ThumbVertSpace=35 //Horizontal var ThumbHorSpace=35 //10) Commment Font //In vlightbox.js //Size var ComFontSize=14 //Color var ComFontColor="rgb(15,15,150)" //11) Thumbnails Effects //In vlightbox.js //Border Radius var ThumbBRad="border-radius: 9px;" //Shadow var ThumbShadow="box-shadow: 0px 5px 10px #888888;" //12) Controller Options //In vlbdata1.js //Auto Play var PicAutoPlay=true //Sliding Waiting Time (seconds) var PicSlideTime=4 //Resizing Speed (The higher the Faster) var PicResizSpeed=8 //Hide Controls When Sliding var ContHide=false //Enable Auto Navigation(Play & Stop) var AutoNav=true //Zoom From Thumnail Location (if False will zoom from top center) var ZoomFromThumb=true