jQuery code

Flip gallery with:

$("#g1").jFlip(300,300,{background:"green",cornersTop:false}).
bind("flip.jflip",function(event,index,total){
  $("#l1").html("Image "+(index+1)+" of "+total);
});
Image 1 of 6

jQuery code

Flip gallery with:


$("#g2").jFlip(300,300,{background:"green",cornersTop:true,scale:"fit"});

jQuery code

Flip gallery with:

$("#g3").jFlip(300,300,{background:"green",cornersTop:true,scale:"fill"});