Browse Source

Full sized request covers on click

spaghetti 7 years ago
parent
commit
d05545b8d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/requests/request.php

+ 1
- 1
sections/requests/request.php View File

117
 <?
117
 <?
118
     if (!empty($Request['Image'])) {
118
     if (!empty($Request['Image'])) {
119
 ?>
119
 ?>
120
-          <img style="width: 100%;" src="<?=ImageTools::process($Request['Image'], true)?>" alt="<?=$FullName?>" class="lightbox-init" />
120
+          <img style="width: 100%;" src="<?=ImageTools::process($Request['Image'], true)?>" lightbox-img="<?=ImageTools::process($Request['Image'])?>" alt="<?=$FullName?>" class="lightbox-init" />
121
 <?    } else { ?>
121
 <?    } else { ?>
122
           <img style="width: 100%;" src="<?=STATIC_SERVER?>common/noartwork/<?=$CategoryIcons[$Request['CategoryID'] - 1]?>" alt="<?=$CategoryName?>" class="tooltip" title="<?=$CategoryName?>" height="220" border="0" />
122
           <img style="width: 100%;" src="<?=STATIC_SERVER?>common/noartwork/<?=$CategoryIcons[$Request['CategoryID'] - 1]?>" alt="<?=$CategoryName?>" class="tooltip" title="<?=$CategoryName?>" height="220" border="0" />
123
 <?    } ?>
123
 <?    } ?>

Loading…
Cancel
Save