To meet the requirements of modern, barrier-free design - including the consideration of user-specific font size settings in the browser - all sizes are required in rem (depending on the current font size).
A website that has defined its media queries in rem can display tiles, masonry etc. in font size. A tile with text in 16px font size requires twice as much space for 32px font size.
Unfortunately, the breakpoint specifications for the swiper can only be entered in absolute pixel specifications, including other sizes such as spaceBetween.
To meet the requirements of modern, barrier-free design - including the consideration of user-specific font size settings in the browser - all sizes are required in
rem(depending on the current font size).A website that has defined its media queries in
remcan display tiles, masonry etc. in font size. A tile with text in16pxfont size requires twice as much space for32pxfont size.Unfortunately, the breakpoint specifications for the swiper can only be entered in absolute pixel specifications, including other sizes such as
spaceBetween.