Is fluid design as important as responsive design?

53 views Asked by At

I am a relatively new web developer.

My site will be mostly text heavy (book reviews). As a way to challenge myself, I am trying to build a mobile first fluid, responsive site even though my site would probably be best suited to desktops.

I have noticed both fluid and responsive sites. Some are one or the other, and occasionally both.

I have been a bit frustrated with coding a fluid responsive site from scratch. However, fluid responsive looks cooler than responsive when done correctly. Responsive only sites seem to "snap" into place at the breakpoints of their media queries, but look stiff and less professional compared to fluid responsive sites whenever the viewpoint is resized.

However, I do not anticipate mobile and tablet users resizing their viewports often because they do not have much screen space. It seems more important that all elements are positioned on the page efficiently upon loading depending upon viewport size. Fluid seems to be most important on large screen desktops where resizing the viewport will be fairly common.

All of that said, is fluidity really important, or should I focus on responsive design at fixed breakpoints even though it does not look as nice?

Thanks.

0

There are 0 answers