Is there a way to dynamically define the height and width that are going to appear in a page?

Posted by Starx on Stack Overflow See other posts from Stack Overflow or by Starx
Published on 2010-05-17T08:02:05Z Indexed on 2010/05/17 8:10 UTC
Read the original article Hit count: 194

For so many time, I have encountered problems with managing image having abnormally long height or width.

If I fixed their height and widht, they will appear streched?

If I fixed their width, and if the height of the image is very long then also it will mess up the overall website.

If I fixed their height, and if the width of the image is very long then also it will mess up the overall website.

How is the best way to fix this?

© Stack Overflow or respective owner

Related posts about php

Related posts about web-development