Antônio Gomes wrote:
hi,

a simple question: what is the best way to get the size of images ? I am trying with both nsDOMHTMLImageElement->GetLenght/Width and imgIContainer->GetLenght|Width and sometimes they get me wrong value (comparing to the ones firefox gets me - page info) ..


Are you trying to get the real size of the image, or the displayed size?

The real size is retrievable using the naturalWidth and naturalHeight properties of nsDOMNSHTMLImageElement.

/ Neil
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to