Skip to content

Modified the relative-units use-case #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2013

Conversation

yoavweiss
Copy link
Member

In order to resolve #32, I've modified the responsive units section.

I have not fully understood the problem up until yesterday (Thanks Marc). It is not an issue of developer convenience, but of catering for both the 1em==16px users (most of the users) and the 1em==???px users (users who have set a different default font size, or that their device did it for them).

In these cases, without em based units for art-direction, developers will have to choose between PX based MQs, resulting in text overflows, or EM based MQs, resulting in the wrong art-directed images in some cases. (possibly breaking layout or getting distorted)

We still probably need to add a figure that describes this issue.

Wilto added a commit that referenced this pull request Aug 29, 2013
Modified the relative-units use-case
@Wilto Wilto merged commit b7fc729 into ResponsiveImagesCG:gh-pages Aug 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify the relative units section
2 participants