* adjust the popup way of colorbox.

This commit is contained in:
chencongzhi520@gmail.com
2013-01-20 09:59:31 +00:00
parent f933c7b13a
commit fce2b8b9ff
7 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ function setPreview()
$(function()
{
$("#story").chosen({no_results_text: noResultsMatch});
$("#preview").colorbox({width:1000, height:600, iframe:true, transition:'elastic', speed:350, scrolling:true});
$("#preview").colorbox({width:1000, height:550, iframe:true, transition:'none', scrolling:true});
})