Hello PHP wizards,
I have a syntax problem that I bet is easy for you to figure out.
Here’s my URL: http://renatafinearts.com/update/
I am trying to get this page to display images 625px wide, without cropping the height. In Firefox, it displays the image correctly but of course in IE9 it does not - the height is about 1px .
The piece of code i need to edit is here:
[php]$pp_blog_image_width = auto;
$pp_blog_image_height = 625;[/php]
I know using “auto” is incorrect, because I can change it to anything else with the same result - it displays correctly in Firefox but not IE9.
How can I get it to display the images at 625px wide and %100 height?