Hello,
i am using jCoverFlip (http://www.jcoverflip.com/) plugin for a gallery in my site. What I want to do, is to make this gallery circular. Does anyone know how can I do this?
Thanks
Hello,
i am using jCoverFlip (http://www.jcoverflip.com/) plugin for a gallery in my site. What I want to do, is to make this gallery circular. Does anyone know how can I do this?
Thanks
Give this a try:
$("#button").click(function(){
$('#flip').jcoverflip('next', 1, true);
});
next( [by=1], [wrapAround=true], [callback], [originalEvent={}])