Replies: 1 comment
-
|
Ok, I think <div class="container-xs">
<div id="display_photo" class="flex-shrink-0 mb-2 me-3">
<!--..-->solved it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! Bootstrap is great!
I am using "Media + Object" layout from here.
So my image is inside
flex-shrink-0and details/text insideflex-grow-1.However
img-fluiddoes not work (wider images don't shrink on small media).img-fluiddoesn't work:container,container-fluidorcontainer-mddoes not make image responsive either:img-fluidworks, but it breaks the "Media + Object" idea (flex-shrink-0doesn't work, narrow images leave a lot of blank space on the side on wider screens. )Is there a combination of BS classes that would make
img-fluidwork insideflex-shrink-0?Beta Was this translation helpful? Give feedback.
All reactions