Nathan Smith

Results 29 comments of Nathan Smith

Thanks for filing this. I agree, that should be fixed. It's on my to-do list!

Sorry for the delayed response. What would I need to do to "tag" Adapt.js?

Can I ask what the onus is for testing retina in JS? It seems like this would be better handled in a CSS media query. (Since any browsers that run...

This isn't correct: "Now high dpi displays break that concept almost totally as the report high width values to js." Here are screenshots taken at double pixel density (on a...

If it's reporting the actual pixel width, that's likely because a viewport meta tag wasn't found… ``` ``` Adding that will force the browser to report the width in "CSS...

You can simply remove the HTML for the draggable corners. ``

Interesting. Sorry for the delayed reply, I haven't had time to dig into this yet. So, is that due to "retina" screens, operating at a half-pixel level?

What aspects would you like to see variable-ized?

Yeah, not disagreeing, was just wondering if you had specifics you'd like to see variable-ized. Cool, cool.

This might be of interest... https://gist.github.com/1599212 It removes _all_ styling of form elements, so that they can be built back up again.