Display sizing

T

Ted Grove

Is it possible for my webpage to understand the screen size/resolution of the computer veiwing my webpage? THis is so my images can be viewed at the best resolution and size with scrolling of the veiwing computer. How do I do this?



Example: I create my web page in 1440 X 900 but one veiwing machine is 1024 x 760 so the images fit 1024 on that machine. Another viewing machine is 1280 X 720 and the images fit the 1280 width of that screen as well.

EggHeadCafe - Software Developer Portal of Choice
New Free Video Tutorials on ASP.NET 2.0 and ATLAS
http://www.eggheadcafe.com/tutorial...2c-505f1b7bee51/new-free-video-tutorials.aspx
 
D

Don Schmidt

I have never heard of a way to do what you wish for. Suggest you create a
width to match the majority of monitors you think will view, ~800 pixels;
maybe 1080 pixels.
 
D

DavidF

Publisher web pages are fixed width by design. To get a variable width, or %
width, you should use some other software to build your site.

Reference: Understanding background padding in a Publisher web (aka white
space):
http://msmvps.com/blogs/dbartosik/archive/2006/01/07/80563.aspx

We have managed to come up with a code hack that will center the fixed width
pages. Scroll down a couple posts to see Spike's explanation of how to do
this.

DavidF
 
R

Rob Giordano [MS MVP]

Scale the images?...no.

With software other than Publisher you can create a fluid page design to
adjust for various viewport sizes (it really has nothing to do with
resolution)....but the images are not going to scale. Your best bet is to
choose a mid-size image or a thumbnail and link that to a larger image.



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression Web






in message news:[email protected]...
 
T

Ted Grove

Thanks



Rob Giordano [MS MVP] wrote:

Scale the images?
20-Nov-09

Scale the images?...no

With software other than Publisher you can create a fluid page design t
adjust for various viewport sizes (it really has nothing to do wit
resolution)....but the images are not going to scale. Your best bet is t
choose a mid-size image or a thumbnail and link that to a larger image


-
~~~~~~~~~~~~~~~~~
Rob Giordan
Microsoft MVP Expression Web

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice
Shutdown, Restart, or Log Off your computer using VB.Net
http://www.eggheadcafe.com/tutorial...1e5-23e707bbf369/shutdown-restart-or-log.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top