Jump to content

Limit height / width of embedded photo


davidcriniti

Recommended Posts

Hi folks,

 

I'm using this code to display a picture that is uploaded in a form.

 


print	"<img src='http://www.coast2kosci.com/mylongrun/test/photo_uploads/$imgx' width='300' height='300'  alt='Your photo' />";

 

At first I tried specifying only the width, without the height. But for tall photos, the display wasn't really what I was after.

 

Then I specified both width and height, which results in a mis-scaled photo.

 

Is there any way that I can specify the height and width atributes as a sort of maximum / or limiter. Ie:  If the height is greater than the width, limit the height to 300, and if the width is greater than the height, limit the width to 300?

 

Thanks for your time,

 

Dave

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/210934-limit-height-width-of-embedded-photo/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.