This is a discussion on "Image Gallery Script Help" within the JavaScript Forum section. This forum, and the thread "Image Gallery Script Help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Image Gallery Script Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Image Gallery Script Help
I found an Image Gallery script on dhtmlgoodies.com, here's the demo:
http://www.dhtmlgoodies.com/scripts/...slideshow.html Im trying to implement it into my site but the problem is when images are used that are larger than the main DIV for displaying a picture, it overlaps and screws up the page. Is there a way to either contain a large picture in this div, or resize the picture to fit in the box? |
|
|
|
|||
|
Re: Image Gallery Script Help
Each user on my site is allowed to upload images, the original images are saved in one location, and a set of 100 X 100 thumbnails are created via gd and saved in another folder (for my frontpage). I'm trying not to create another set of thumbnails so that things will stay organized. Would it be possible for the image to resize with javascript so that it would fit in the DIV?
|
|
||||
|
Re: Image Gallery Script Help
Resizing images with HTML always makes them look very choppy IMO.
If there's a way with JS ... I don't know it sorry ... |
|
||||
|
Re: Image Gallery Script Help
you could check the size of the images when they are being uploaded.
something like:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Tags |
| image gallery |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image Gallery Help | McG | Web Page Design | 1 | Apr 18th, 2008 01:29 |
| need a script to change an image in a photo gallery | cyberseed | JavaScript Forum | 7 | Apr 20th, 2007 09:25 |
| PHP image gallery | Maverick25r | PHP Forum | 2 | Oct 12th, 2006 01:16 |
| Image gallery not displaying enlarged image | AdRock | PHP Forum | 15 | Sep 1st, 2006 11:31 |
| need an image gallery | spellbyte | Web Page Design | 4 | Mar 7th, 2006 13:45 |