Need help in php to enlarge Image

Discussion in 'Programming' started by SidhuZ, Oct 5, 2012.

  1. #1
    Hello!
    I have a image hosting website script is tinpic clone .
    I'm having trouble i don't know how to solve it.
    Whenever user views a particular image For Example Check this link below:
    http://www.imgtake.com/show-image.php?id=8bb41275045712ef633e96baded71812
    When user clicks on image to enlarge image enlarge's in new tab. I want to enlarge the image in same tab.
    How can i do this ?
    Here is code In my Show image.php
    echo "<br><br><a href='$image' title='Click here to see fullsize original image' target='_blank'>                  <img src='$image' border=1 width='$mainWidth' height='$mainHeight'>                  </a>";
    PHP:
    Please help me thankx
     
    SidhuZ, Oct 5, 2012 IP
  2. Nullifi3d

    Nullifi3d Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    for starters remove target='_blank'
     
    Nullifi3d, Oct 5, 2012 IP
  3. SidhuZ

    SidhuZ Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    Thankx for replying image has started to open in same tab.
    But as i mention i want to expand the image size in same tab without going to direct link
    Like image is showing of size 800x600 but its original size is 1600x1200 it should enlarge in there what should i do for that?
     
    SidhuZ, Oct 5, 2012 IP
  4. Nullifi3d

    Nullifi3d Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    <img src='$image' border=1 width='$mainWidth' height='$mainHeight'>

    I can't see you code after parsing, but I imagine you would use css hover to change the width and height. If that can't be done, try changing with javascript.
     
    Nullifi3d, Oct 6, 2012 IP
  5. RogueCZzzz

    RogueCZzzz Greenhorn

    Messages:
    9
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #5
    Hi,

    try include to your site one of these : 1stwebdesigner.com/css/fresh-jquery-image-gallery-display-solutions/

    or select another jquery galery (use google)
     
    RogueCZzzz, Oct 14, 2012 IP