Simple fix for image resizing using html

JOSHNAUDI

That Guy
Forum Member
Dec 12, 2000
10,290
388
83
49
Seguin, TX
www.schwartz-associates.com
Found this simple fix for resizing web images and thought I'd share it

Don't click the insert image button in the post, instead just use the insert image code below

put a < in front of IMG below

IMG SRC="http://put the url here.com/whatever.jpg" HEIGHT="576" WIDTH="768" BORDER="0">

example without < in front of IMG
IMG SRC="http://www.schwartz-associates.com/home/pic1.jpg" HEIGHT="576" WIDTH="768" BORDER="0">

you can adjust the height and width to make it fit to the page

144x192
<IMG SRC="http://www.schwartz-associates.com/home/pic1.jpg" HEIGHT="144" WIDTH="192" BORDER="0">

576x768
<IMG SRC="http://www.schwartz-associates.com/home/pic1.jpg" HEIGHT="576" WIDTH="768" BORDER="0">

1152x1536
<IMG SRC="http://www.schwartz-associates.com/home/pic1.jpg" HEIGHT="1152" WIDTH="1536" BORDER="0">


576x768 is 4 times smaller than the normal 2304x3072 that is standard with most digital cameras
 
Last edited:
Bet on MyBookie
Top