So-called fluid typography and all the fancy “adaptive” layouts are extremely dumb.
Presentation of the content is as important as the content itself. I would argue that it is part of the content. It serves to direct attention and highlight the reading path.
Content isn't just blobs of text and media that follow linearly without hierarchy.
Just because you have the technology doesn't mean you should desperately try to use it.
One needs to make a choice about how his content will be laid out and how much space it shall require. Considering tablets and laptops are ubiquitous, it is pointless to optimize for narrow mobile consumption unless it is the most trivial content (just a text scroll, basically). And if that is the case, you have no need for fluid typography.
onion2k 113 days ago [-]
Considering tablets and laptops are ubiquitous, it is pointless to optimize for narrow mobile consumption unless it is the most trivial content (just a text scroll, basically).
At the company I work for we make a website for gaming. 80% of the millions of people who visit it are using a phone, 10% use a laptop, and about 8% use a 4K screen with the browser window maximised. The rest use a whole bunch of things like tablets, desktops with unmaximized windows, televisions, etc. We have text content like blogs, promotions, help pages, legal stuff. It all has to work everywhere. There is no way I would ever let us deliver a layout that doesn't respond to the user's device capabilities. That would suck.
seec 111 days ago [-]
I don't feel like we are in disagreement. I don't advocate to make everything needlesly tedious on mobile.
I'm just saying that you have to do the basics right for the "commoner" but it is not necesseraly needed for the "good stuff".
Look at books layout, there are very clear difference depending on target demographics. If you want to mass market stuff, go ahead, do "mobile first" or whatever.
But if you have high-quality content that require a good layout, it is not worth much to spend time "optimizing" for access patterns that woud barely get used.
The best cookbooks I have are all physical, because reproducing the experience/layout for mobile is impossible, if you want to do a quality product, at some point you have to define a minimum viable standard, otherwise you end up with with infinite scroll and that's not terribly usefull.
assimpleaspossi 112 days ago [-]
In the article, he talks about "base size" and "base width". What is "base size" and "base width"?
redbluered 118 days ago [-]
I hate websites like this. I try to zoom in or out, and they carefully undermine me.
kragen 118 days ago [-]
I don't have any trouble zooming in and out on this website.
leephillips 118 days ago [-]
Me neither. What you mean, redbluered?
wtallis 118 days ago [-]
It seems appropriate for a site that also uses 12% of my screen's vertical space for a fixed one-line navigation header containing only four links. Getting in the way of the content seems to be a theme.
qingcharles 118 days ago [-]
What browser/device are you using? No problem here.
InvisGhost 118 days ago [-]
That's a great point!
Rendered at 02:09:45 GMT+0000 (UTC) with Wasmer Edge.
Presentation of the content is as important as the content itself. I would argue that it is part of the content. It serves to direct attention and highlight the reading path.
Content isn't just blobs of text and media that follow linearly without hierarchy.
Just because you have the technology doesn't mean you should desperately try to use it. One needs to make a choice about how his content will be laid out and how much space it shall require. Considering tablets and laptops are ubiquitous, it is pointless to optimize for narrow mobile consumption unless it is the most trivial content (just a text scroll, basically). And if that is the case, you have no need for fluid typography.
At the company I work for we make a website for gaming. 80% of the millions of people who visit it are using a phone, 10% use a laptop, and about 8% use a 4K screen with the browser window maximised. The rest use a whole bunch of things like tablets, desktops with unmaximized windows, televisions, etc. We have text content like blogs, promotions, help pages, legal stuff. It all has to work everywhere. There is no way I would ever let us deliver a layout that doesn't respond to the user's device capabilities. That would suck.
I'm just saying that you have to do the basics right for the "commoner" but it is not necesseraly needed for the "good stuff".
Look at books layout, there are very clear difference depending on target demographics. If you want to mass market stuff, go ahead, do "mobile first" or whatever. But if you have high-quality content that require a good layout, it is not worth much to spend time "optimizing" for access patterns that woud barely get used.
The best cookbooks I have are all physical, because reproducing the experience/layout for mobile is impossible, if you want to do a quality product, at some point you have to define a minimum viable standard, otherwise you end up with with infinite scroll and that's not terribly usefull.