starting switching to colorbox

This commit is contained in:
Zach Prezkuta 2013-01-31 08:40:03 -07:00
parent 9dbe7efce5
commit 0f25455d1b
21 changed files with 130 additions and 112 deletions

View file

@ -103,9 +103,13 @@
});
// fancyboxes
$("a.popupbox").fancybox({
/*$("a.popupbox").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
});*/
$("a.popupbox").colorbox({
'inline' : true,
'transition' : 'none'
});