Define a consistent set of breakpoints, contained layout rules and grid rules for rendering media

Created on 19 August 2024, 4 months ago

To provide a consistent front end for audiences whilst optimising media rendering and balancing processing performance and complexity, ideally we'll define some rules for breakpoints, grids and layout that can be used consistently in the base and recipes.

These rules will go on to define recipes for rendering of media, notably responsive image recipes as well as setting the groundwork for optimising any self hosted video.

📌 Task
Status

Active

Component

Track: Media Management

Created by

🇬🇧United Kingdom tonypaulbarker Leeds

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @tonypaulbarker
  • 🇬🇧United Kingdom tonypaulbarker Leeds

    Some notes:

    Initial suggestion for breakpoints based on optimised media.

    Breakpoint 1 - no media query - 1x and 2x
    Breakpoint 2 - all and (min-width: 640px) and (max-width: 767px) - 1x and 2x
    Breakpoint 3 - all and (min-width: 768px) and (max-width: 1023px) - 1x and 2x
    Breakpoint 4 - all and (min-width: 1024px) - 1x and 2x
    Breakpoint 5 - all and (min-width: 1024px) and (max-width: 1199px) - 1x and 2x
    Breakpoint 6 - all and (min-width: 1200px) - 1x and 2x

    Initial suggestion for grids is a set of rules based on a subset of the same breakpoints.

    Initial suggestion is to define a width for contained layout for content (based on the breakpoints, either 1024px or 1200px) and a contained layout for text fields for readability, usually around 700px depending on the font size.

  • Status changed to Postponed 2 months ago
  • 🇬🇧United Kingdom tonypaulbarker Leeds
Production build 0.71.5 2024