Picture size

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • zeta5.0
    Forum Member
    • Jan 2008
    • 9

    Picture size

    Howdy all
    I have a several pictures displayed in a page and when they are hovered over they display bigger in a larger holder, what i want to do is have the picture enlarge on the click of the mouse i have tried image resize but with no success and hints would be welcome.
    Thank you in advance
  • holtgrewe
    Indigo Rose Customer
    • Jul 2002
    • 779

    #2
    Look at Image.SetSize("Image01", Width, Height).
    You can set it to whatever size you may need.

    Then coupled with Image.SetPos("Image01", X, Y), you can place it anywhere on the page.

    If you need the image to gradually expand, it would take a little more code, but certainly doable.

    There are great examples in the 'help', or post back and someone will be happy to assist further.


    hth

    Comment

    Working...
    X