Last active
November 4, 2024 16:28
-
-
Save d34dman/30b1bd7dc5b6f9e58ad5d8c2a02d1825 to your computer and use it in GitHub Desktop.
Rift-Settings-Umami-Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
screens: | |
gl: | |
width: 412 | |
media: '(max-width: 412px)' | |
xs: | |
width: 500 | |
media: '(max-width: 500px)' | |
sm: | |
width: 768 | |
media: '(max-width: 768px)' | |
md: | |
width: 800 | |
media: '(max-width: 800px)' | |
lg: | |
width: 960 | |
media: '(max-width: 960px)' | |
xl: | |
width: 1400 | |
media: '(max-width: 1400px)' | |
transforms: '' | |
multipliers: | |
- 1x | |
- 2x | |
quality: | |
1x: 80 | |
2x: 40 | |
formats: | |
- webp | |
- jpeg | |
attributes: | |
loading: lazy | |
preload: '' | |
fallback_transform: rift_fallback |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hero: | |
label: Hero | |
sizes: 'gl:380 xs:468 sm:100vw md:100vw lg:100vw xl:100vw' | |
aspect_ratios: '7x3 7x3 7x3 7x3 7x3 7x3' | |
attributes: | |
loading: eager | |
teaser_medium: | |
label: 'Teaser Medium (3x2)' | |
sizes: 'gl:312 xs:394 sm:312 md:385 lg:423 xl:560' | |
aspect_ratios: '3x2 3x2 3x2 3x2 3x2 3x2' | |
teaser_small: | |
label: 'Teaser small (1x1)' | |
sizes: 'gl:50v xs:50vw sm:50vw md:50vw lg:50vw xl:256' | |
aspect_ratios: '1x1 1x1 1x1 1x1 1x1 1x1' | |
teaser_footer: | |
label: 'Teaser footer (8x7)' | |
sizes: 'xl:266' | |
aspect_ratios: 8x7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment