diff --git a/application/views/contest/log.php b/application/views/contest/log.php index cb0d2f84..31f6c801 100644 --- a/application/views/contest/log.php +++ b/application/views/contest/log.php @@ -8,10 +8,11 @@ $(document).ready(function() { $(".qsobox").fancybox({ - 'width' : 849, - 'autoScale' : true, - 'transitionIn' : 'none', - 'transitionOut' : 'none', + 'autoDimensions' : false, + 'width' : 700, + 'height' : 300, + 'transitionIn' : 'fade', + 'transitionOut' : 'fade', 'type' : 'iframe' }); @@ -21,6 +22,7 @@ serial_num + 1; if($serial_number <= 009) { $new_serial = "00".$serial_number; diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index f66b4f9c..09283baf 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -8,11 +8,11 @@ $(document).ready(function() { $(".qsobox").fancybox({ - 'width' : '75%', - 'height' : '50%', - 'autoScale' : false, - 'transitionIn' : 'none', - 'transitionOut' : 'none', + 'autoDimensions' : false, + 'width' : 700, + 'height' : 300, + 'transitionIn' : 'fade', + 'transitionOut' : 'fade', 'type' : 'iframe' });