I have a user-uploaded image, which is displayed as a small icon however I need to determine the original picture height and width. How can I get them?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Use the object attribute width and height for that. Look at the following example:
|
|||
|
|