fix image type

This commit is contained in:
2017-06-27 18:10:32 +10:00
parent a28775e5b8
commit 5c0bbbc805

View File

@@ -202,7 +202,7 @@ a[x-apple-data-detectors=true] {
<div style="line-height:15px;font-size:1px">&nbsp;</div> <img class="center fullwidth" align="center" border="0" src="<?php <div style="line-height:15px;font-size:1px">&nbsp;</div> <img class="center fullwidth" align="center" border="0" src="<?php
// First get your image // First get your image
$image = drupal_get_path('module', 'booking'). '/images/Final_Logo.png'; $image = drupal_get_path('module', 'booking'). '/images/Final_Logo.png';
print 'data:image/jpg;base64,' . base64_encode(file_get_contents($image)); print 'data:image/png;base64,' . base64_encode(file_get_contents($image));
?>" alt="Image" title="Image" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: 0;height: auto;float: none;width: 100%;max-width: 700px" width="700"> ?>" alt="Image" title="Image" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: 0;height: auto;float: none;width: 100%;max-width: 700px" width="700">
<div style="line-height:15px;font-size:1px">&nbsp;</div><!--[if mso]></td></tr></table><![endif]--> <div style="line-height:15px;font-size:1px">&nbsp;</div><!--[if mso]></td></tr></table><![endif]-->
</div> </div>