Announcement

Collapse
No announcement yet.

RE: close up images

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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
    02036089024 / United Kingdom
    291916438 / Australia

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

    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)


    Comment


    • #3
      Re: close up images

      any difrent mthod
      www.ltflooringinstallation.com

      Comment


      • #4
        Re: close up images

        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
        02036089024 / United Kingdom
        291916438 / Australia

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

        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)


        Comment


        • #5
          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.
          Professional Websites Online

          Comment


          • #6
            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>
            www.siapamoyanganda.com/
            Malaysian Family Tree Website From the
            State of Johor.

            HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

            Comment

            Working...
            X