Responsive Text
frankieroberto.com
Responsive Text
1–10 of 63 posts
Re: Responsive Text
#2Re: Responsive Text
#3Re: Responsive Text
#4Re: Responsive Text
#5Are you using the Summly API to condense the text?
Could be a good solution to @kyle's comment.
Re: Responsive Text
#6I love the idea, but I suspect that most people writing the sorts of content that could benefit from this wouldn't take the time to break down their work in a way that would take advantage of the layout.
Re: Responsive Text
#7It's implemented by wrapping a span with a class of "not-narrow-friendly" around the words that should be hidden at narrow widths, then using media queries to hide them.
Re: Responsive Text
#8Re: Responsive Text
#9Hiding redundant elements, navigational bars, maybe images, etc... is fine, but I'm definitely not comfortable with the idea of hiding content based on context.
Re: Responsive Text
#10After a significant amount of window-resizing this ended up throwing webkit into an infinite loop. Impressive.