Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 12:20 PM   #1
bbxrider
 
bbxrider's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

i have a jpg pic that i want to shrink down on my page without losing
resolution
i want the whole pic to be seen without having to scroll the browser
is there some 'container' type of thing that i can put the pic inside of to
do that
http://job1data.com/web1/dna.html


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 07-01-2007, 12:20 PM   #2
TechnoHippie
 
TechnoHippie's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

In article <bd544v$pabs9$1@ID-117621.news.dfncis.de>,
brucie@loser.brucies.com says...
> In post <eloJa.1020638$OV.1117587@rwcrnsc54>
> bbxrider said...
>
> > i have a jpg pic that i want to shrink down on my page without losing
> > resolution

>
> do you mean keeping the image quality/detail? use a program to resize
> it. ulead smartsaver pro is nice or just use your graphics program to
> resize it.
>
> > i want the whole pic to be seen without having to scroll the browser

>
> thats not really possible because you don't know what size the
> visitors browser window is and can only guess its size. you could use
> percentages for the image size but see below...
>
> > is there some 'container' type of thing that i can put the pic inside of to
> > do that

>
> you can use html to specify a size different than the actual image
> size but browsers are really bad at resizing images and you should
> only display images at the size they are (with a few exceptions). its
> really annoying downloading a 1000x1000px image is its only displayed
> at 100x100px
>
> > http://job1data.com/web1/dna.html

>
> file:///C:\Documents and Settings\bob.C281571-A\
>
> that only exists on your computer, no one elses.
>
>


Most IE users don't know how to turn off Image Resizing in options so if
you show the pic alone or in a popup window, it will size to fit the
window. That won't work in any other browser, afaik, so you're better
off resizing the pic in irfanview or a similar editor ... you'll be safe
if you make it 640X400. Anything bigger and you will just have to
accept the fact that you really don't have any control over the viewer's
screen resolution.

You could use a smaller size that links to a larger one ... you could
use a script to determine the viewer's monitor resolution and serve up
the correct pic ... it all depends on your motivation and persistence.

Judy
--
Now listening to Birthday by the Beatles - The White Album
Downloaded this day off Kazaalite ... I own the album.
So, kiss my freckled ass, Orrin Hatch
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #3
brucie
 
brucie's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

In post <MPG.195fb7ca57cac6ac9898b2@news.comcast.giganews. com>
TechnoHippie said...

> Most IE users don't know how to turn off Image Resizing in options


tools > internet options > advanced > multimedia > [ ] enable image toolbar

now they do :-)

> You could use a smaller size that links to a larger one ...


best option

> you could use a script to determine the viewer's monitor resolution and
> serve up the correct pic ...


the resolution has nothing to do with the available canvas area of the
browser and you can only guess what the canvas area size may be.

--
brucie a. blackford. 23/June/2003 06:57:54 am kilo.
http://loser.brucies.com/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #4
brucie
 
brucie's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

In post <bd55em$p3mnp$1@ID-117621.news.dfncis.de>
brucie said...

> tools > internet options > advanced > multimedia > [ ] enable image toolbar


oops, try the option above enable image toolbar



--
brucie a. blackford. 23/June/2003 07:03:03 am kilo.
http://loser.brucies.com/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #5
bbxrider
 
bbxrider's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

thanx for the help and suggestions
i'm surprised to hear that a script can access something like the screen
resolution, but i guess since its more of a hardware resource its not a
security issue.
sounds like it takes some experimentation with different resolutions. what i
found initially, the original pic is a screen capture, shft/prnt scr, and
when reducing resolution the quality just fell apart

"brucie" <brucie@loser.brucies.com> wrote in message
news:bd55if$oiku9$1@ID-117621.news.dfncis.de...
> In post <bd55em$p3mnp$1@ID-117621.news.dfncis.de>
> brucie said...
>
> > tools > internet options > advanced > multimedia > [ ] enable image

toolbar
>
> oops, try the option above enable image toolbar
>
>
>
> --
> brucie a. blackford. 23/June/2003 07:03:03 am kilo.
> http://loser.brucies.com/



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #6
brucie
 
brucie's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

In post <0epJa.1020995$OV.1118034@rwcrnsc54>
bbxrider said...

> thanx for the help and suggestions


you're welcome. please don't toppost

How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post

> what i found initially, the original pic is a screen capture, shft/prnt scr,
> and when reducing resolution


image size?

> the quality just fell apart


reduce your resolution to the minimum and take another screen cap or
use a program such as the one i mentioned before to resize the image

--
brucie a. blackford. 23/June/2003 07:37:36 am kilo.
http://loser.brucies.com/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #7
Andrew H. Carter
 
Andrew H. Carter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

On Sun, 22 Jun 2003 20:30:02 GMT, "bbxrider" <bbxrider1@attbi.com>
wrote:

>i have a jpg pic that i want to shrink down on my page without losing
>resolution
>i want the whole pic to be seen without having to scroll the browser
>is there some 'container' type of thing that i can put the pic inside of to
>do that
>http://job1data.com/web1/dna.html
>



If you are talking a web gallery, then I suggest Thumbnails,
especially if the size of the original is 100KB+ I use Xnview for my
Thumbnails: http://www.xnview.com . You can see it in action here:
http://home.earthlink.net/~acarterch.../E2-index.html

Mind you, I edited the code to coordinate with the rest of that
section of my site.

Sincerely,

Andrew H. Carter
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #8
Andrew H. Carter
 
Andrew H. Carter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

On Mon, 23 Jun 2003 07:01:52 +1000, brucie <brucie@loser.brucies.com>
wrote:

>> Most IE users don't know how to turn off Image Resizing in options

>
>tools > internet options > advanced > multimedia > [ ] enable image toolbar
>
>now they do :-)


That only applies if the surfer has gotten into bed with
Micro$oft/Bill Gates and has gotten IE6x

Sincerely,

Andrew H. Carter
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #9
Wipkip
 
Wipkip's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

TechnoHippie wrote:
> In article <bd544v$pabs9$1@ID-117621.news.dfncis.de>,
> Judy


Hey, what are you doing up here. Who let you out of AWW? :o)

--
Duende
-----
What is the difference between genius and stupidity?
Genius has limits. - Albert Einstein.


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 12:20 PM   #10
brucie
 
brucie's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default any way to shrink down jpg pic with html

In post <debcfvs18g7q99ifj4cgoa9qsm8alqm81r@4ax.com>
Andrew H. Carter said...

>>tools > internet options > advanced > multimedia > [ ] enable image toolbar


> That only applies if the surfer has gotten into bed with
> Micro$oft/Bill Gates and has gotten IE6x


it applies if the person is using IE, thats why the instruction were
supplied for IE. it would be stupid to supply IE instructions if the
browser in use wasn't IE.

you're a troll.


--
brucie a. blackford. 23/June/2003 08:42:58 am kilo.
http://loser.brucies.com/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: , , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
sorry for HTML Guy Melan Car audio 0 06-17-2007 2:02 PM
HTML Editors Apocalypsse HTML 13 06-04-2007 1:16 PM
HTML help harry HTML 5 07-31-2006 10:58 PM
Html Help. :( musicsmysoul HTML 11 07-30-2006 6:19 PM
HTML help Stivey HTML 8 03-27-2006 2:30 AM


Featured Websites




All times are GMT +1. The time now is 6:51 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98