Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Let me simplify the question to this much.

-> I have a HTML file.(locally or remotely accessible)

-> I want to find the dimension of the web Page, that will generate if rendered

-> I cannot render it any way. I want to use it for tools like CutyCapt for image capturing and resizing.

thanks

share|improve this question
The dimensions of many pages vary depending on window width … and font size … and various other factors. – Quentin Jan 17 '12 at 13:59

2 Answers

A page can be made to render a fixed size and/or some percentage of the browser window, therefore I don't think the question can be answered without some additional constraints or assumptions...

share|improve this answer

Well, using JavaScript you can check the width & height of web-browser/webpage.

And if you want your images or text to be rendered according to browser width & height then you should define all width & height parameters of your text & image in percentage.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.