Results 1 to 6 of 6

Thread: RE: close up images
      
   

  1. #1
    cheryl wyatt is offline Corporal
    Join Date
    May 2006
    Posts
    11

    Default RE: close up images

    I am trying to find out how to click on one of my photo images and make it close up (Zoom it in ) so customers can see the products better I have seen it done on other websites. I am not sure how to do this and could use some help please !!
    Thanks
    Cheryl

  2. #2
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: close up images

    if you apply your images via the gallery tool, then thumbnails are created, giving you the smaller picture and then when you click on it the picture enlarges to the size you originally uploaded ....

    this would be one method I can come up with, hope this helps, if not others will be around to help for sure ...

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    ivarok79's Avatar
    ivarok79 is offline Sergeant
    Join Date
    Oct 2006
    Location
    london
    Posts
    25

    Default Re: close up images

    any difrent mthod

  4. #4
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: close up images

    Quote Originally Posted by ivarok79
    any difrent mthod
    Hi Ivarok

    You could apply the small image, and then link this image to the larger image that you would publish on its own page ....

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  5. #5
    argentum is offline Corporal
    Join Date
    Jan 2007
    Posts
    15

    Default Re: close up images

    add this to the start of each link you want to popup.
    <a href="javascript:popUp('pics/25805.jpg')">
    where pics is the directory and 25805.jpg is your picture
    Hope this helps. 3's
    Grampa

    add this script to your page just before </head>

    <script language="JavaScript" type="text/javascript"><!--
    var winhandle = null;
    function popUp(URL) {
    if ((winhandle != null) && (! winhandle.closed)){
    winhandle.location.replace(URL);
    }
    else
    {
    winhandle=window.open(URL, 'imagewin', 'width=300,height=300,resizable');
    }
    winhandle.focus();
    }
    //--></script>


    you can change the size of the popup by changing the numbers (300) above.

  6. #6
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: close up images

    I think what you are asking for is not a pop up but a zoom up. What you really need is a "transition script" to be added into the html properties of your Photo or image.

    As Argentum described above before the <head>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

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