Connecting Tech Pros Worldwide Forums | Help | Site Map

Script for image resizing to a frame-users broswer resolution size

Newbie
 
Join Date: Nov 2007
Posts: 1
#1: Nov 24 '07
I have this page that is a gallery of images that runs a slide show.

http://www.dannyvuart.com/gallery/gallery_new3.html

Anyone know how or where to write a script that will

1) resize each image to a height and width max size, dependant on the users screen resolution, some images are taller, and some longer, want every image to display on the users screen without scrolling

2) there needs to be a forward, backward, and pause button

thank you for assistance
Edit/Delete Message

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Nov 26 '07

re: Script for image resizing to a frame-users broswer resolution size


Welcome to TSDN!

You'll want to make use of the Screen object. You can use height/width or availHeight/availWidth.
Reply