Setting Fancybox parameters
This commit is contained in:
parent
ad480fb1cd
commit
cbc756e404
1 changed files with 13 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue