Setting Fancybox parameters

This commit is contained in:
Christoph Haas 2014-12-29 14:55:40 +01:00
parent ad480fb1cd
commit cbc756e404

View file

@ -22,7 +22,19 @@ html
// Initialize Zurb Foundation
javascript:
$(document).foundation();
$('.fancybox').fancybox({nextEffect: "none", prevEffect: "none"});
$(".fancybox").fancybox({
prevEffect : 'none',
nextEffect : 'none',
helpers : {
title : {
type: 'outside'
},
thumbs : {
width : 50,
height : 50
}
}
});
// See http://wbotelhos.com/raty
//$('.star-rating').raty({