Add the highlighted as shown after the on page init:
Code:
. . . 30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: "fadeshow2toggler"
})
jQuery(document).keydown(function(e){
e.keyCode === 37 && jQuery('.prev').trigger('click');
e.keyCode === 39 && jQuery('.next').trigger('click');
});
</script>
Bookmarks