Skip to content

Instantly share code, notes, and snippets.

@supasympa
Created December 23, 2015 07:12
Show Gist options
  • Save supasympa/12259d1bf80d6c80f308 to your computer and use it in GitHub Desktop.
Save supasympa/12259d1bf80d6c80f308 to your computer and use it in GitHub Desktop.
Responsive vs Adaptive web design

Responsive vs adaptive

Responsive design works on the principle of flexibility - a single fluid website that can look good on any device. Responsive websites use media queries, flexible grids, and responsive images to create a user experience that flexes and changes based on a multitude of factors.

Adaptive design is more like the modern definition of progressive enhancement. Instead of one flexible design, adaptive design detects the device and other features, and then provides the appropriate feature and layout based on a predefined set of viewport sizes and other characteristics

From this article

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment