Opened 13 years ago
Closed 13 years ago
#5562 closed bug (invalid)
Can not get image size
Reported by: | zivyuan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.1 |
Keywords: | image, img, width, height | Cc: | |
Blocked by: | Blocking: |
Description
If a image in a conatiner which css property "display" set as "none", we can use the $.height() and $.width() to get the right value. I tried to use .attr() method instead but get undefined. At last I use the css property to fix the problem.
Note: See
TracTickets for help on using
tickets.
This is not a bug