To implement zoom function in javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Man4ish
    New Member
    • Mar 2008
    • 151

    #1

    To implement zoom function in javascript

    How zoom function can be implemented in javascript?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    what do you want to zoom? what code do you already have done?

    Comment

    • Man4ish
      New Member
      • Mar 2008
      • 151

      #3
      So far I have not implemented anything just looking for how image can be zoomed using javascript.
      Originally posted by gits
      what do you want to zoom? what code do you already have done?

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        Originally posted by Man4ish
        just looking for how image can be zoomed using javascript.
        you can change the image’s width and height attributes (might not give best results in IE though…)

        Comment

        • gits
          Recognized Expert Moderator Expert
          • May 2007
          • 5390

          #5
          or you have a corresponding series of images that you load for every zoom step. with JavaScript you don't have 'real' image manipulation abilities ... even though you could 'simulate' them ...

          kind regards

          Comment

          Working...