roycube.
KPCKevin Powell - Community
•Created by roycube. on 11/15/2024 in #ui-ux
Grid with minimum aspect ratio
I have a grid that shows images. I want to have 3 cola but also want the grid to maintain 16- 9 aspect ratio always without overlapping if there is no way to keep aspect ratio the grid should creat another row
7 replies
KPCKevin Powell - Community
•Created by roycube. on 5/10/2024 in #front-end
Grid issues
Guys i have this grid display: grid;
grid-template:
"top-bar top-bar top-bar" 64px
"menu sub-menu side" auto
"menu content side" calc(-112px + 100vh) / auto 1fr auto; max-height: 100vh; height: 100vh; the auto doesnt work there and it doesnt actually remove the submenu from the gris if doesnt exist...... any idea why?
"menu sub-menu side" auto
"menu content side" calc(-112px + 100vh) / auto 1fr auto; max-height: 100vh; height: 100vh; the auto doesnt work there and it doesnt actually remove the submenu from the gris if doesnt exist...... any idea why?
1 replies