Devices come in different forms, but we have collected here those for which we most often draw adaptive layouts.
Important: black indicates spaces to the site area. There are navigation panels on any device, and when creating a layout, it is important to consider how it will be placed within these boundaries.
Before adapting the design for different resolutions, it is important to understand the principles of layout and the types of layout adaptation for various devices.
There are 3 types of layout in the modern web:
These types of layout are rarely used in their pure form. Most often they are combined. For example, the menu in the adaptive layout can be responsive, or fluid layout is used for the desktop and mobile version, and fixed font sizes are used for tablets and 2K screens for better readability.
From Redis Agency presentation
Adaptive design adjusts to the device on which it is displayed, using several fixed layouts. For example, versions are created for desktop, tablet, and smartphone. There will be one version of the site for all tablets, another for all phones, and a third for desktops, without taking into account differences in screen sizes within each group of devices.
Usually we create five designs for the most popular resolutions: 375, 768, 1024, 1440, and 1920 pixels. The site analyzes the available space and displays the version that best fits the size of its screen to the user.
Example of an adaptive site
Adaptive design or mobile version? It is necessary to distinguish between the adaptability of the site and the creation of a separate mobile version.
Adaptive layout is an integral part of the site, which allows you to create one resource designed for different types of devices. This approach can be more difficult to implement, as it involves multiple versions of design elements. However, it simplifies administration: for example, changing prices requires making edits in only one place, and they are automatically updated on all versions of the site.
The mobile version, on the contrary, is a separate site, specially optimized for small screens. This allows you to adapt the interface for mobile devices as much as possible, but complicates administration, since changes need to be made on two different sites, which requires additional resources.
A website with a responsive design automatically adapts to changes in the width of the browser window or screen, adjusting the placement of elements depending on the available space.
When you resize the browser window or screen, the content on the responsive site dynamically rebuilds itself to make optimal use of the new space. On mobile devices, this process also happens automatically: the site analyzes the screen size and displays the content in accordance with the available space.
Responsive design ensures a smooth transition between different display options, creating a convenient and logical placement of elements on any device.
Example of an responsive site
Responsive design is simpler: we do not need to draw a million resolutions, since the adaptation occurs automatically. Its development takes less time. However, it provides less control over your design for each screen size.
Adaptive design involves creating a design for use on all screens. Designers usually start its development with an average resolution (1440), and then make adjustments for other screen resolutions.
Adaptive design theoretically allows you to create a more efficient user interface, as it offers individual solutions for each type of screen. For example, on mobile devices, you can enlarge buttons, remove unnecessary elements and add more space, while on the desktop — place large banners and more complex elements. Thus, adaptive design allows you to take into account the situational needs and capabilities of the user, as well as comply with the usual behavior patterns on different devices.
Drag In the bottom line, you can be guided by the rule: Drag If you have a small and simple site where the proportionality of blocks is not critical for the perception of design, you can use responsive design. Drag However, for voluminous and complex services, where every detail matters, it is better to invest more resources in an adaptive approach. This will ensure that your site looks perfect on any device, regardless of its size.