| Server IP : 94.136.191.34 / Your IP : 216.73.216.25 Web Server : Apache System : Linux hostpanel.netbiz.in 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64 User : omkar.com_6nnuz6y629h ( 10087) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/omkar.com/httpdocs/application/views/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style>
body {margin: 0}
.smooth_zoom_preloader {
background-image: url(<?php echo CDN_URL;?>resources/images/preloader.gif);
}
.smooth_zoom_icons {
background-image: url(<?php echo CDN_URL;?>resources/images/icons.png);
}
</style>
<script src="<?php echo CDN_URL;?>assets/js/jquery-1.7.1.min.js"></script>
<script src="<?php echo CDN_URL;?>assets/js/jquery.smoothZoom.min.js"></script>
<script>
jQuery(function($){
$('#ZoomObject').smoothZoom({
width: 800,
height: 600,
button_SIZE: 22,
button_ALIGN: "bottom center",
zoom_OUT_TO_FIT: "NO",
button_AUTO_HIDE: "YES",
button_AUTO_HIDE_DELAY: 2,
responsive: true,
responsive_maintain_ratio: true,
max_WIDTH: '',
max_HEIGHT: ''
});
});
</script>
</head>
<body>
<?php //echo base_url().'uploads/floor_plan/'.$project_iframe_info['image'];exit; ?>
<img id="ZoomObject" src="<?php echo base_url().'uploads/floor_plan/'.$project_iframe_info['image']; ?>" />
</body>
</html>