dynamic zoom
This commit is contained in:
@@ -216,6 +216,11 @@ function promo_kuri($hash, $page = 0, $promo = true){
|
||||
$pagenum = 1;
|
||||
$newcurr = strtotime($price['BeginDate']);
|
||||
|
||||
if ($price['category_id'] ==3)
|
||||
$scale = 2;
|
||||
else
|
||||
$scale = 1;
|
||||
|
||||
|
||||
if ($promo){
|
||||
$filedown = True;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
var pdfDoc = null,
|
||||
pageNum = <?=$pagenum?>,
|
||||
scale = 1,
|
||||
scale = <?=$scale?>,
|
||||
baseurl ='<?=$baseurl?>',
|
||||
url = '<?=$pdfile?>',
|
||||
pageRendering = false,
|
||||
|
||||
Reference in New Issue
Block a user