I would like to get and change size of images load in my DOM, but parent element .ui-page is in display:none; after the pageinit. I'm using jqm pagination but I think I don't know something in jQuery Mobile to do it right.
            Asked
            
        
        
            Active
            
        
            Viewed 262 times
        
    0
            
            
        - 
                    I fix it by adding attribute width and height in html, but if you have another solution. – benoît Sep 24 '12 at 20:16
- 
                    I find this usefull answer : http://stackoverflow.com/questions/318630/get-real-image-width-and-height-with-javascript-in-safari-chrome#3192577 – benoît Sep 30 '12 at 08:42
