Pages

Saturday, December 29, 2012

Image Resizing using CSS with HTML

Why...???

In web development, we have to use images in our website. Usually, for the users display picture, users uploaded pictures, picture collection etc.

We can't allow the user to upload any size image which disturbs our website look and it results in failure of our website design. So, we recommend users to upload the image with our own specified dimensions or size of the file which don't disturb our website design.

But, also we think we should re-size the image when user uploads it without restricting him. As, non-important applied restrictions to the users will disturb the users behavior which results in the less visits and less recommendation by them.

So, try to use such techniques which allow users to navigate/visit freely in your website. So, try to use CSS re-sizing of image with HTML/HTML5.