capturing the screen size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kencana
    New Member
    • Nov 2006
    • 26

    capturing the screen size

    hi all,

    is that possible to capture the screen size of the mobile and use the
    captured screen size to resizing the image.so that, the image will be displayed fixed to the screen size. if possible, can i know how it can be done?
    Thank you very much

    Regards,
    Kencana
  • TheMadMidget
    New Member
    • Oct 2006
    • 98

    #2
    Use Javascript, screen.width, screen.height

    Comment

    Working...