Weird behaviour getFullWidth / getFullHeight

Hi again.

I need to display full picture resolution under it. And I use this two function in image.php, like this:

`Resolution: <?php echo getFullWidth(); ?>x<?php echo getFullHeight(); ?>`

BUT... it works fine on localhost (Windows) but on Debian server it display wrong resolution.

example: 768x1024 instead of correct 640x480 on localhost.

Is there exist any solution to fix it?

Comments

Sign In or Register to comment.