cropped header images to 970x80 instead of scaling, is sharper

This commit is contained in:
following
2013-02-23 23:01:47 +01:00
parent b2e3e66604
commit eb6ac249f4
5 changed files with 35 additions and 15 deletions
+5 -5
View File
@@ -161,12 +161,12 @@
<?php echo isset($develwarning) ? $develwarning : '' ?>
<!-- Header banner -->
<div style="height:81px;">
<div class="header" style="height:80px; position:absolute; z-order:1;">
<div style="width: 970px; "><img src="resource2/{style}/images/head/rotator.php?path=<?php echo $opt['page']['headimagepath']; ?>" style="border: 0px none ;" /></div>
<div class="header">
<div class="headerimage">
<img src="resource2/{style}/images/head/rotator.php?path=<?php echo $opt['page']['headimagepath']; ?>" class="headerimagecontent" />
</div>
<div style="position:absolute; z-order:2;">
<img src="resource2/{style}/images/head/overlay/oc_head_alpha3.png" style="border: 0px none ;" />
<div class="headerlogo">
<img src="resource2/{style}/images/head/overlay/oc_head_alpha3.png" class="headerimagecontent" />
</div>
</div>