impactftw
KPCKevin Powell - Community
β’Created by impactftw on 10/5/2023 in #front-end
Grid / Flex solution
Ok! Then I need to use grid-auto-rows: auto?
Instead of grid-template-rows: repeat(12, 87px);
11 replies
KPCKevin Powell - Community
β’Created by impactftw on 10/5/2023 in #front-end
Grid / Flex solution
Is it also possible to use %? So that i have the correct ratio?
11 replies
KPCKevin Powell - Community
β’Created by impactftw on 10/5/2023 in #front-end
Grid / Flex solution
Thanks Markboots π its not really the same because the left bottom image has a different size instead the right topπ But its close ππ
11 replies
KPCKevin Powell - Community
β’Created by impactftw on 9/13/2023 in #front-end
Bootstrap: Solutions to breakout half vw image from container (Two column layout)
Now i'm using this mixin calculation: width: calc( 100% + ( ( ( 100vw - #{map-get($container-max-widths, #{$container_size})} ) + #{$grid-gutter-width} ) / 2 ) );
To: width: calc( 100% + ( ( ( 100vw - 1320px ) + 1.5rem ) / 2 ));
Like this and then change it with media queries:
https://codepen.io/impactftw/pen/oNJejaL
3 replies
KPCKevin Powell - Community
β’Created by impactftw on 9/13/2023 in #front-end
Bootstrap: Solutions to breakout half vw image from container (Two column layout)
Some front-end expert that can tell me te fix? π
3 replies