Log in

View Full Version : How to resize photos on html


jeyajai
Dec 21, 2010, 07:25 AM

ITstudent2006
Dec 21, 2010, 07:27 AM
Please explain in more detail what it is you are doing and what you need help with!

cmeeks
Dec 22, 2010, 07:59 AM
I usually try to resize the photos to the actual size I will need in Photoshop or GIMP (http://www.gimp.org/) (GIMP is great if you do not want to spend the $$ on Photoshop. As for the HTML code check out Dave's interactive tutorial (http://www.davesite.com/webstation/html/). It is a great way to learn HTML, CSS and the like. I use a content management systen now so I do less and less HTML-CSS work, but Dave's site should help you with your image tag switches.

elexdyer48
Dec 23, 2010, 05:43 AM
If you want to resize a photo using html code you can use the width and height attributes of the <img> tag.

Example: <img src="http://www.domain.com/picture.jpg" width="500" height="500" />

jeyajai
Dec 24, 2010, 04:55 AM
We have created a fellowship website, we are trying to upload our fellowship activities photos on our website. But we have been told that photos size is too big, to resize our photos.if need any photoshop software. Can you give me a free software.

jeyajai
Dec 24, 2010, 04:59 AM
Can you please give me a example once again.there is no expample & no picture

NeedKarma
Dec 24, 2010, 05:05 AM
we have created a fellowship website, we are trying to upload our fellowship activities photos on our website. but we have been told that photos size is too big, to resize our photos.if need any photoshop software. can you give me a free software.
This is the free software that I use and I love it:
XnView Software - Free graphic and photo viewer, converter, organizer (http://www.xnview.com/en/xnview.html)

jeyajai
Dec 24, 2010, 05:09 AM
I think it would be a better to me. Thank you

elexdyer48
Jan 2, 2011, 07:06 PM
Hi, here is the example of using the height and width attributes of the IMG html tag:

<img src="http://www.domain.com/image.jpg" width="500" height="500">

The width and height are in pixels.

jeyajai
Jan 3, 2011, 07:56 AM
Thank you

jeyajai
Jan 3, 2011, 07:56 AM
Thank you