Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Frog JS Image Gallery

  1. #1
    Join Date
    Oct 2008
    Location
    UK
    Posts
    26
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Frog JS Image Gallery

    I am having trouble getting the Frog JS Image Gallery to work on my website.

    This is the page of my website... http://littlewigan.pwp.blueyonder.co...to_gallery.htm

    Can anyone see if they can see any reason why it is not displaying properly? I can't bear another night of sitting in front of the PC with my head in my hands!!!

    Thanks.

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Adam, you mess your links.

    Change this part:
    Code:
    <a href="000013.jpg">
    <img src="000013.jpg" alt="Pool With Slide" longdesc="POOL WITH SLIDE" width="243" height="179"></a><a title="Jolie Myers / The State News" rel="http://portfolio.statenews.com/users/Jolie_Myers/" href="images/1.jpg">
    </a>
    into:
    Code:
    <a href="http://littlewigan.pwp.blueyonder.co.uk/000013.jpg">
    <img src="http://littlewigan.pwp.blueyonder.co.uk/000013.jpg" alt="Pool With Slide" longdesc="POOL WITH SLIDE" width="243" height="179"></a>
    The error is that you have is the invalid markup:
    Code:
    <a href="..."><img src.....></a><a rel="...."></a>
    which should be:
    Code:
    <a href="..." rel="..."><img src.....></a>
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Oct 2008
    Location
    UK
    Posts
    26
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    thanks for that rangana. I'm in work at the moment so i will have a look at what you have said later and come back to let you know.

    cheers.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That will help. But you also need thumbnail images, more than one actual image/thumbnail pair, and you need to upload the loading.gif that comes with the distribution archive to a folder 'images' (create it if you don't already have one) off of your root folder.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Oct 2008
    Location
    UK
    Posts
    26
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Sorry... More help needed.

    I made a bit of progress from the other day but now my main picture does not enlarge.

    Any idea where i am going wrong??

    http://littlewigan.pwp.blueyonder.co...to_gallery.htm

  6. #6
    Join Date
    Oct 2008
    Location
    UK
    Posts
    26
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    i've sorted last post but i am still having issues with the size of the pictures.

    I want all the thumbnails and main pics to be uniformed size.

    Regards.

  7. #7
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Frog doesn't resize images. It just displays them at their true dimensions. You could do some css to make the browser do so, but this often results in poor image quality (at least in some browsers) and/or (for all) wasted bandwidth and disk space. The best method is to resize the images in an image editing program so that they are each of the desired dimensions. And while you are at it (if you aren't already doing so), optimize them for minimum acceptable byte size for the desired resolution.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  8. The Following User Says Thank You to jscheuer1 For This Useful Post:

    adam2308 (10-31-2008)

  9. #8
    Join Date
    Oct 2008
    Location
    UK
    Posts
    26
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    i've resized three photos i am looking include in photo gallery that would have been too large to the same size using some photo editing software. Now the gallery doesn't work the way it should.

    Can someone have a look what is wrong now.

    Regards.

    http://www.littlewigan.pwp.blueyonde...to_gallery.htm
    Last edited by adam2308; 10-31-2008 at 01:04 PM.

  10. #9
    Join Date
    Oct 2008
    Location
    UK
    Posts
    26
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    looks like i'm getting there now!! . Just need to need to add the rest now over the weekend, hopefully without anymore glitches!!

    Thanks for help Rangana and John

  11. #10
    Join Date
    Oct 2008
    Location
    UK
    Posts
    26
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Right... getting there now!! Just a couple more questions if possible;

    Can i position the main picture to be a few pixels lower?

    Can i position the thumbnails to be inside the table a few pixels?

    Can i add text above the thumbnails, simply saying 'previous' and 'next'?

    Thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •